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

Better Explorer

isciiiscii53 downloads

Adds VS Code-style nested sticky folder headers to the file explorer.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Better Explorer adds VS Code-style sticky folder headers to the built-in file explorer.

When you scroll through a large vault, expanded parent folders stay pinned at the top of the file explorer and nested folders stack underneath them. The result is a small quality-of-life improvement: you can always see where you are without replacing Obsidian's native file explorer.

Demo

Better Explorer demo

Features

  • Sticky headers for expanded folders in Obsidian's core file explorer.
  • Nested stacking for parent, child, and deeper open folders.
  • Works with the existing file explorer instead of adding a separate view.
  • Lightweight DOM enhancement; no vault scans on startup.
  • No settings required.
  • No network requests, telemetry, or data collection.
  • Mobile-compatible in principle; the plugin does not use desktop-only APIs.

Installation

Community plugins

This plugin is not yet listed in Obsidian's community plugin directory.

Once it is available there:

  1. Open Settings → Community plugins in Obsidian.
  2. Disable Restricted mode if needed.
  3. Select Browse and search for Better Explorer.
  4. Select Install, then Enable.

Manual install

  1. Download the latest release files:

    • manifest.json
    • main.js
    • styles.css
  2. Create this folder in your vault:

    <Your vault>/.obsidian/plugins/better-explorer/
    
  3. Copy the three files into that folder.

  4. Reload Obsidian.

  5. Enable Better Explorer in Settings → Community plugins.

Install from source

git clone https://github.com/iscii/obsidian-better-explorer.git
cd obsidian-better-explorer
npm install
npm run build

Then copy main.js, manifest.json, and styles.css into:

<Your vault>/.obsidian/plugins/better-explorer/

Reload Obsidian and enable the plugin.

Usage

There are no commands or settings. Enable the plugin and open Obsidian's file explorer.

Expanded folders become sticky as you scroll. Collapse a folder to remove its sticky header from the stack.

Privacy and security

Better Explorer runs locally inside Obsidian.

  • It does not send network requests.
  • It does not collect analytics or telemetry.
  • It does not read note contents.
  • It only enhances the file explorer DOM that Obsidian already renders.

Development

npm install
npm test
npm run build
npm run dev
  • npm test runs the core behavior tests.
  • npm run build type-checks and bundles the plugin.
  • npm run dev watches and rebuilds during development.

Release artifacts are main.js, manifest.json, and styles.css.

License

MIT

84%
HealthExcellent
ReviewSatisfactory
About
Add VS Code–style sticky folder headers to the file explorer. Pin expanded parent folders at the top as you scroll, with nested child folders stacking beneath for clear context. Preserve Obsidian's native explorer with a lightweight DOM-only enhancement.
FilesSidebarNavigation
Details
Current version
0.1.3
Last updated
3 weeks ago
Created
3 weeks ago
Updates
3 releases
Downloads
53
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
isciiiscii
GitHubiscii
  1. Community
  2. Plugins
  3. Files
  4. Better 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.