Skip to content

Footnote Functionality

Jason Qin edited this page Jan 15, 2024 · 2 revisions

What are Footnotes in Obsidian?

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:



Inline Footnotes

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

image

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

image

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.

More Info About Footnotes

Clone this wiki locally