Footnotes[idea:footnotes]

A footnote belongs to the idea in which you write it in, just as citations do. So that rookery can track them correctly, you need to use the footnote function imported from rookery in ideas, rather than the Typst native function:

#import "@rheo/rookery:0.1.0": idea, footnote
#idea("etal")[
  A claim#footnote[The evidence.] worth qualifying.
]

Footnote numbering is idea-local. This means that there may be two footnotes labelled 1 on the same page, if two ideas with footnotes are hatched in that context.1

Footnote listings occur at the end of each idea.2 On a standalone page, footnotes appear before the context and backlinks listings.

A footnote written outside an idea’s context proxies the native Typst function so that it behaves normally.

Footnotes

  1. ^ This idea’s own first footnote. The idea below has one too, also numbered 1.
  2. ^ Ideas will show footnotes everywhere their content appears: in their hatching context, their standalone page, and their windows 6.A footnote reference is a same-page link, so a window on another page needs its target on that page.