rogerdigital62 downloadsAn alternative file explorer with custom sorting, grouping, filtering, and lightweight previews.
A side-pane file explorer for Obsidian with flexible sorting, grouping, filtering, and inline previews.
Built for vaults with hundreds or thousands of notes where the default file tree falls short.
| Category | Options |
|---|---|
| Sort | Name (A-Z / Z-A), modified date, created date, extension, file size, manual (drag-and-drop) |
| Group | Folder, extension, modified month, top-level folder |
| Filter | Search by name/path, markdown-only, attachments-only, date range (1d / 7d / 30d) |
| Preview | Headings & tags for markdown, thumbnails for images, metadata for other files |
| Settings | Default sort/group mode, preview panel toggle, hidden extensions, reset manual order |
Switch to Manual sort mode, then drag files to reorder them exactly how you want. The custom order is saved per vault and persists across sessions. Works on both desktop and mobile (long-press to drag).
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/smart-explorer/ in your vaultNo network requests. All data stays local in your vault.
npm install # install dependencies
npm run dev # watch mode
npm run build # type-check + production build
npm test # unit tests