Add a footnote in Write mode
- Place the cursor immediately after the text that needs a note.
- Select Add → Footnote in the editor toolbar. You can also type
/footnote. - Enter the note in the modal and select Insert footnote.
[1].
Select that link to edit or delete this occurrence. If the same footnote is
referenced more than once, editing its text updates every occurrence.
Footnote text supports inline formatting, links, and line breaks. A note must
not contain another footnote.
Markdown syntax
Use[^id] in the document text and provide one matching definition:
_, and -. Continue
a longer definition on lines indented with four spaces or a tab:
@[key]) and internal links
([label](#anchor)). Missing, duplicate, empty, and nested definitions are
reported before a document is rendered.
JSON and export
In JSON, definitions are stored once in the top-levelfootnotes array while
references remain [^id] inside text-capable elements. See the complete
Footnotes schema reference.
DOCX import and export preserve footnotes as native Microsoft Word footnotes.
PDF output places them in the document’s normal footnote area. Repeated
references keep one shared definition and a stable visible number.