MichaBrugger / obsidian-footnotes

Makes creating footnotes in Obsidian more fun!
125 stars 15 forks source link

Obsidian Footnotes Plugin

Obsidian Downloads Active Development Release Version

This hotkey lets you:

Overview

IMPORTANT: You must to set up your footnote hotkeys

After installing and activating this plugin, you still have to SET UP your hotkeys. This is easy and quick:

Settings -> Hotkeys -> Search for "Footnote" -> Customize Command -> Your preferred hotkeys

I personally use:

Hotkey

If you would like, you can further customize the plugin's behavior in Footnote Shortcut Settings.

Feature Details

Numbered Footnotes

Scenario: No previous numbered (e.g. "[^1]") footnotes exist:

Scenario: Previous numbered (e.g. "[^1]") footnotes exist:

Named Footnotes

Scenario: Add a named footnote:

Universal

Footnote Autosuggest

ezgif com-video-to-gif (1)

Footnote Section Heading

ezgif com-video-to-gif

Scenario: Jumping TO a footnote detail

Scenario: Jumping BACK to a footnote

More Info

Other Recommended Plugins

Background

This plugin is based on the great idea by jacob.4ristotle posted in the "Footnote Shortcut" thread.

Use case or problem:

I use Obsidian to take school notes, write essays and so on, and I find myself needing to add frequent footnotes. Currently, to add a new footnote, I need to:

  • scroll to the bottom to check how many footnotes I already have
  • type [^n] in the body of the note, where n is the next number
  • move to the end of the note, type [^n] again, and then add my citation.

Proposed solution:

It would be convenient to have a shortcut to automate these steps. In particular, I envision that the shortcut would: Using the smallest natural number n that has not yet been used for a footnote

  • add [^n] at the insertion point
  • add [^n]: to the end of the note, and move the insertion point there.