Docs/Notes/Footnotes

Footnotes

Footnotes let you move an aside, a caveat, or a citation out of the sentence and down to the bottom of the note. You mark the spot in your text and write the note itself elsewhere in the file, and Minerva keeps the two linked wherever you're reading.

Writing a footnote

A footnote has two parts: a marker that sits inline where the thought occurs, and the note text that supplies its content.

[^label]
The marker. Drop it inline in your text. The label can be a number ([^1]) or a word ([^caveat]) — anything without spaces.
[^label]: text…
The note text. Start a fresh line with the same label, a colon, and the footnote's content. These usually collect at the bottom of the note, but you can put them anywhere.

Need more than a sentence? Continue a footnote across several paragraphs by indenting the lines that follow. Here's a complete example:

The results replicate the 2019 study,[^rep] though with a smaller
effect size.[^size]

[^rep]: Only the primary outcome was replicated; the secondary
    measures did not reach significance.

[^size]: d = 0.31 vs. the original d = 0.62.

How footnotes look

When your note is rendered, each marker turns into a small numbered superscript, and all the footnote text gathers into a tidy section at the bottom. Click a number to glide down to the matching footnote; each one ends with a small arrow that takes you back to where you were reading. Prefer not to leave your place? Hover a number and the footnote appears in a tooltip right there.

A rendered note showing a superscript number in a paragraph with its hover tooltip open, and the collected footnotes gathered at the bottom of the note.
Screenshot — Footnote in a rendered note
Labels vs. numbers

Your label is just a name for you — it isn't what readers see. Footnotes are numbered automatically in the order their markers appear, so [^caveat] shows up as ¹ if it's the first one. Use whatever labels help you keep track; the finished note stays neat.

Jumping between marker and note

While you're writing, markers and their notes act as two-way links:

To add one quickly, use the Insert Footnote command: it drops the next free numbered marker where your cursor is, adds a matching line at the end of the note, and puts your cursor there so you can start typing.

The Footnotes panel

The right sidebar's Footnotes panel lists every footnote in the note, with a preview of each and a search box for long documents. Click an entry to jump to where it's used. The panel also catches loose ends:

🗂️
Screenshot — Footnotes panel
The right-sidebar Footnotes panel showing several footnotes with their labels and previews, including one flagged as never used and one flagged as not yet written.