Description | Syntax |
---|---|
Visible | @@Entity |
Hidden | @@(Entity) |
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 parameter | @@Entity.modifier[parameter] |
With hidden parameter | @@Entity.modifier(parameter) |
Description | Syntax |
---|---|
Type of entity | @@Entity.Type(character) |
Point of view | @@Entity.Pov |
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) |
Global modifiers are cumulative: each occurrence adds information to the entity, unless explicitly defined as unique (e.g. .Status ). |
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) |