This Obsidian plugin provides commands that improve navigation between the headings of a document.
Commands
Next/Previous heading: Go to the next/previous heading, based on the current cursor position.
Open switcher: Open a quick switcher that presents the document's outline and allows you to quickly select a heading to jump to.
In folder: Open switcher: Open a quick switcher that presents the outlines of all the documents in the current folder, and allows you to quickly select a heading to jump to.
How to install
Use one of the following methods:
Install it from Obsidian Community plugins.
Manually copy the released main.js, and manifest.json to <your vault>/.obsidian/plugins/obsidian-gotoheading.
What's new?
Version 0.2.x
Add the In folder variant of the Open switcher command.
Add a Include first/last line option to go to the end of the file when the Next heading command is invoked at the last heading, and to go to the start of the file when the Previous heading command is invoked at the first heading.
Navigate quickly between headings with Next/Previous commands and move to the file start or end when at the first or last heading. Open a quick switcher to select any heading in the current document or across all files in the active folder and jump there instantly.