Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Headings in Explorer

patrickchiangpatrickchiang1k downloads

Show headings in the file explorer.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

This Obsidian plugin makes headings first class concepts in the file explorer and consolidates navigation to a single panel.

It displays headings under documents in the file explorer for easier access. This is intended to combine the view-only features of the core outline plugin directly into the file explorer.

Since it relies on some existing core plugins, it will only work on desktop versions of Obsidian.

Usage

Headings

All headings are automatically put into a clickable hierarchy in the file explorer.

headings

You can configure which levels of headings to include/omit in the settings.

Highlight Location

Highlight Location is a convenience button in the file explorer navbar that mimicks the reveal file location functionality. It will reveal and highlight the heading your cursor is under in the file explorer.

highlight location

If you have multiple tabs open at the same time, it will take you to the location of the last one you clicked your cursor on.

Installing

Headings in Explorer is in the Community Plugins section of Obsidian’s settings. That is the preferred way of getting this plugin.

You can also install it manually by copying over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/obsidian-headings-in-explorer.

Troubleshooting

If the headings aren't updating, the metadata cache might be outdated. Reloading/restarting the editor can fix it.

If there are problems with the settings or if you've accidentally changed the defaults, resetting to default might fix it.

Advanced Usage

Additional non-heading text can be matched and put into the explorer as well. This is configurable in the settings. By default, entirely bolded lines are considered h7's.

For example, using this regex:

^(TODO:.*)$

You can now match lines that start with TODO: in the files to show up as if they are headings:

todo

The headings in explorer functionality can be toggled with the command "Toggle File Explorer Headings", and you can set a hotkey for the command in your shortcuts menu to expedite the toggle.

Development

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.
  • Feel free to file a pull request with any improvements.
69%
HealthFair
ReviewCaution
About
Show headings in the file explorer as a clickable hierarchy beneath each file for direct navigation and consolidated outline access. Use the Highlight Location button to reveal and focus the heading under your cursor, and match custom lines to appear as explorer entries.
FilesNavigationSidebar
Details
Current version
1.0.3
Last updated
2 years ago
Created
2 years ago
Updates
4 releases
Downloads
1k
Compatible with
Obsidian 1.6.2+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
patrickchiangpatrickchiang
github.com/patrickchiang
GitHubpatrickchiang
  1. Community
  2. Plugins
  3. Files
  4. Headings in Explorer

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Recent Files

Display a list of recently opened files.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Open Tab Settings

Adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more.

Remember cursor position

Remember cursor and scroll position for each note.

TagFolder

Show tags as folder.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Novel word count

Display a word count, page count, creation date, or other statistics for each file, folder and vault in the File Explorer pane.

Home tab

A browser-like search tab for your local files.