-
Notifications
You must be signed in to change notification settings - Fork 18
Footnote Functionality
Footnotes are used to provide additional information or references in a body of text. In Obsidian, a footnote consists of the following parts: a footnote marker and a corresponding footnote detail.
Marker names can be numbers or words, but they can’t contain spaces or tabs.
In Obsidian (and other Markdown editors), the names of footnote markers and details only specifies which markers correlate to which details. In Reading View, each footnote marker-detail pair will be numbered sequentially regardless of what you named it before.
Source Mode:

Reading View:

Obsidian also lets you create inline footnotes by typing the following:

Inline footnotes can contain spaces. In Reading View, these are moved to the bottom of the page alongside the other footnotes.

This plugin does not have commands for interacting with inline footnotes. Because of their inline nature, it actually takes less time to enter them directly rather than making a special hotkey just for it.