Document JSON
Add definitions to the top-levelfootnotes array and use [^id] wherever
inline formatting is supported:
The document may contain up to 500 definitions. IDs must be unique and every
[^id] reference must resolve to a definition. One definition may be referenced
multiple times; all occurrences share the same content.
Footnote definitions cannot contain nested footnote references.
Extended Markdown
For a short note used once, write its text directly beside the reference:@[citeKey]) and internal
references ([text](#anchor)).
Longer notes use four-space or tab-indented continuation lines:
Editor and output behavior
In the RichText editor, choose Add → Footnote, enter the note in the modal, and insert it. Clicking the numbered token reopens the same modal for editing or deleting the reference. Numbers update automatically in document order. DOCX import and export use native Word footnotes. PDF output renders normal document footnotes through the DOCX conversion pipeline. A DOCX imported and rendered again retains both the reference and editable definition.Footnote IDs are technical identifiers. Do not use hard-coded visible numbers
such as
[^1] because IDs must begin with a letter and numbers are assigned
automatically.