Navigate Headings

by rumcajsev
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Navigate markdown file headings and their structure directly in the file explorer.

Reviews

No reviews yet.

Stats

stars
131
downloads
0
forks
23
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

How to Use

  • Click a file title — expands its headings automatically, down to the level set in Auto-expand down to. If that setting is Nothing, clicking the title just opens the file with no expansion.
  • Click the arrow next to a file — always toggles the headings panel regardless of the auto-expand setting. Expands either all levels or just the top level depending on the Arrow expands setting.
  • Click a heading — jumps to that section in the editor. If the heading has children, it also toggles them open/closed.

Settings

Setting Default Description
Show headings up to H3 The maximum heading depth shown in the explorer. Headings deeper than this are never displayed.
Auto-expand down to H2 How deep the panel opens when you click a file title or switch to a file. Nothing disables automatic expansion entirely — only the arrow will open the panel.
Arrow expands All levels Controls what happens when you click the arrow next to a file. All levels opens every heading at once. Next level only shows just the top-level headings and lets you expand deeper sections manually.
Highlight active heading On Highlights the heading in the explorer that matches your current scroll position in the editor.

Installation

  1. Download the latest release from GitHub
  2. Extract the folder into .obsidian/plugins/ in your vault
  3. Reload Obsidian (Cmd+R or restart)
  4. Enable the plugin in Settings → Community Plugins

That's it! Enjoy navigating your documents.