How To Use Obsidian: Footnotes (plus 2 essential plug-ins)
Based on Obsidian Explained (No Code Required)'s video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Default footnote insertion in Obsidian can be slow because it forces repeated jumps between the sentence and the footnote section.
Briefing
Footnotes in Obsidian can work smoothly without constant mouse-and-keyboard switching—if they’re set up with the right shortcuts and a cleanup tool. By default, inserting footnote references means jumping down to the bottom, typing the footnote, then returning to the sentence—an awkward workflow when notes are being written in the middle of a paragraph. A faster approach flips the order: create the footnote reference first, let Obsidian autocomplete the corresponding footnote entry, and then keep typing where the reference was placed.
The transcript also highlights a key limitation of Obsidian’s footnotes: references can become out of sequence when multiple footnotes are created while editing. In reading mode, Obsidian can visually correct the numbering and navigation, but the underlying edit-mode structure may still remain jumbled. It’s a practical problem for anyone who uses footnotes for parenthetical details or “extra context” while drafting, because the footnote section can quickly become messy if new entries are added after the cursor has moved elsewhere.
To make footnotes behave more like a writer expects, two community plugins are introduced. The first, “Footnote Short Shortcut,” enables footnote insertion via hotkeys. After enabling footnote auto-suggest and optionally adding a dedicated “Footnotes” heading, users bind hotkeys for numbered and named footnotes. The workflow becomes keyboard-first: pressing the shortcut inserts the reference at the cursor, creates the matching footnote block at the bottom, and automatically returns the cursor to where writing continues—so hands stay on the home row. The plugin also surfaces hotkey conflicts (for example, a command shift combination may already be taken by another Obsidian action), and users can resolve them by choosing an unused shortcut.
Even with fast insertion, footnotes can still end up janky if the footnote section is edited out of order—especially when additional text is added later and new footnotes are created again. That’s where the second plugin, “Linter,” comes in. With options like “move footnotes to the bottom” and “reindex footnotes,” Linter can clean up the footnote section and restore correct numbering and ordering. A hotkey (shown as “command shift L” for linting the current file) triggers a reindex pass that fixes misordered references by rewriting them into a consistent sequence. The transcript notes a tradeoff: word-based footnotes don’t survive reindexing as words; Linter converts them back into numbered footnotes.
Alongside the footnote workflow, the transcript mentions an Obsidian interface change that hides important elements behind extra clicks (like the vault switcher and settings). A workaround uses the command palette shortcut (“command comma” for settings). The overall takeaway is that footnotes can be fast and reliable in Obsidian—provided users pair keyboard-driven insertion with a cleanup step that reindexes and tidies the footnote section.
Cornell Notes
Obsidian footnotes can be awkward by default because inserting a citation requires jumping to the bottom of the note and then returning to the sentence. A keyboard-first workflow solves much of that: “Footnote Short Shortcut” lets users insert numbered or named footnotes with hotkeys, auto-creating the footnote entry and returning the cursor to where they were writing. However, footnotes can still become misordered when new entries are added later. “Linter” fixes the mess by moving footnotes to the bottom and reindexing them into the correct sequence via a hotkey. One limitation: Linter’s reindexing doesn’t preserve word-based footnote keys and converts them back to numbered footnotes.
Why does the default footnote workflow feel inefficient for in-line writing?
How does the “Footnote Short Shortcut” plugin change day-to-day footnote editing?
What happens when footnote references get created out of order?
How does “Linter” repair misordered or messy footnotes?
What tradeoff does Linter introduce for word-based footnotes?
Review Questions
- What specific workflow change reduces the need to jump to the bottom of the note when adding citations?
- Which plugin is responsible for keyboard-driven footnote insertion, and what does it do with the cursor after inserting a footnote?
- How does Linter’s reindexing affect word-based footnotes compared with numbered footnotes?
Key Points
- 1
Default footnote insertion in Obsidian can be slow because it forces repeated jumps between the sentence and the footnote section.
- 2
A keyboard-first workflow is achievable by using “Footnote Short Shortcut” with hotkeys for numbered and/or named footnotes.
- 3
Footnotes can appear corrected in reading mode while still being misordered in edit mode, so visual fixes may not be enough.
- 4
“Linter” can clean up footnotes by moving them to the bottom and reindexing them into the correct sequence via a hotkey.
- 5
Hotkey conflicts may occur when assigning shortcuts; resolving them requires choosing unused combinations.
- 6
Linter reindexing converts word-based footnotes back into numbered footnotes, so word keys aren’t preserved after cleanup.
- 7
Interface changes that hide settings or vault switching can be bypassed using the command palette shortcut (command comma).