iscii53 downloadsAdds VS Code-style nested sticky folder headers to the file explorer.
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.

This plugin is not yet listed in Obsidian's community plugin directory.
Once it is available there:
Download the latest release files:
manifest.jsonmain.jsstyles.cssCreate this folder in your vault:
<Your vault>/.obsidian/plugins/better-explorer/
Copy the three files into that folder.
Reload Obsidian.
Enable Better Explorer in Settings → Community plugins.
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.
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.
Better Explorer runs locally inside Obsidian.
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.
MIT