| Description | Syntax |
|---|---|
| Visible | @@Entity |
| Hidden | @@(Entity) |
| Group (apply modifier to several entities) | @@(Entity1,Entity2,...) |
| The Null one | @@. |
| Declare once, use freely | @@Entity (declare once; all further uses of the name are tracked automatically) |
| Entity hierarchy | @@Entity (main), @@@Entity (secondary), @@@@Entity (minor) |
Once an entity is declared as secondary or minor, it keeps that status everywhere in the text—even if referenced later with fewer @. | |
| Simple local note | @@Entity(note) |
| Simple global note | @@Entity_(note) |
| Description | Syntax |
|---|---|
| Local | @@Entity.modifier |
| Global | @@Entity.MODIFIER |
| With visible parameter | @@Entity.modifier[parameter] |
| With hidden parameter | @@Entity.modifier(parameter) |
| With both parameters | @@Entity.modifier[visible](hidden) |
| Description | Syntax |
|---|---|
| Type of entity | @@Entity.Type(character) |
| Point of view | @@Entity.Pov |
| Alias (alternative name) | @@(Entity).Alias[AliasName] |
| Voice (spoken/thought, with optional expression) | @@Entity.Voice(expression)[text] |
| Dialogue | @@(Entity1,Entity2).Dialog[dialogue] |
| Hierarchical relation (child/member/part of) | @@Entity.ChildOf(@@Other) |
| Hierarchical relation (parent/container/group of) | @@Entity.ParentOf(@@Other) |
| Alias: part of | @@Entity.PartOf(@@Other) |
| Alias: has part | @@Entity.HasPart(@@Other) |
| Alias: belongs to | @@Entity.BelongsTo(@@Other) |
| Alias: includes | @@Entity.Includes(@@Other) |
| Alias: member of | @@Entity.MemberOf(@@Other) |
| Alias: group of | @@Entity.GroupOf(@@Other) |
| Alias: contained in | @@Entity.ContainedIn(@@Other) |
| Alias: container of | @@Entity.ContainerOf(@@Other) |
| Alias: descendant of | @@Entity.DescendantOf(@@Other) |
| Alias: ancestor of | @@Entity.AncestorOf(@@Other) |
| Remember something to do | @@.Todo(What to do) |
| Version of document or section | @@.Version(Number) |
| Status of document or section | @@.Status(StatusName) |
| Geographic coordinates | @@Entity.Geo(latitude, longitude) |
| Invisible entity | @@Entity.Hidden |
| Correction (fix) | @@Entity.Fix[original](correction) |
| Suggestion | @@Entity.Suggest[original](suggestion) |
| Comment | @@Entity.Comment[fragment](comment) |
Global modifiers are cumulative: each occurrence adds information to the entity, unless explicitly defined as unique (e.g. .Status). | |
Note: You can also use .Voice with the null entity (@@.) to indicate a vocal effect or expression for narration or any passage not attributed to a specific entity.
Example: @@.Voice(whispering)[The night was silent.] — This marks the narration as intended to be read in a whisper, useful for TTS or dramatic reading.
| Shorthand | for |
|---|---|
@@Entity.Place | @@Entity.Type(place) |
@@Entity.Object | @@Entity.Type(object) |
@@Entity.Event | @@Entity.Type(event) |
@@.Draft | @@.Status(draft) |
@@.Final | @@.Status(final) |
| Description | Syntax |
|---|---|
| Level 1 | # Title |
| Level 2 | ## Title |
| Level 3 | ### Title |
| Level 4 | #### Title |
| Level 5 | ##### Title |
| Level 6 | ###### Title |
| Italic | _text_ |
| Bold | **text** |
| Link | [Text](url) |
| Picture |  |
| Ordered list | 1. First item |
| Unordered list | - item |
| Citation | > Citation text |
| Description | Syntax |
|---|---|
| Hidden Level 1 | @@.(# Title) |
| Hidden Level 2 | @@.(## Title) |
| Hidden Level 3 | @@.(### Title) |
| Hidden Level 4 | @@.(#### Title) |
| Hidden Level 5 | @@.(##### Title) |
| Hidden Level 6 | @@.(###### Title) |
| Description | Syntax |
|---|---|
| Date | @@(2025-12-28) |
| Time | @@(14:00) |
| Date and time | @@(2025-12-28_14:00) |
| You may use abtract datation, relative to a year "one" in your story, ignoring traditional calendar. | |
| Year 1 | @@(@Y1) |
| Year 1, month 3, day 12 | @@(@Y1-M3-D12_14:30) |
Or you can even use an alternative calendar of your own by appendng a slash / and a code (usually, three capital letters) to the entity name. | |
| The 42th day of the 13th month of the year 3027 of the Galatic Standard Time | @@(3027-13-42/GST) |