Smart Explorer
approvedby rogerdigital
This plugin has not been manually reviewed by Obsidian staff. An alternative file explorer with custom sorting, grouping, filtering, and lightweight previews.
Smart Explorer
A smarter side-pane explorer for browsing, filtering, previewing, and manually sorting your Obsidian files.
Built for vaults with hundreds or thousands of notes where the default file tree falls short, especially project folders that need a human priority order instead of only alphabetical sorting.

Features
| 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 |
Manual Drag-and-Drop Sorting
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).
Installation
Community Plugins (recommended)
- Open Settings → Community Plugins → Browse
- Search for Smart Explorer
- Click Install, then Enable
Manual
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create
.obsidian/plugins/smart-explorer/in your vault - Copy the three files into that folder
- Enable in Settings → Community Plugins
Usage
- Open via ribbon icon or Command Palette → Smart Explorer: Open
- Toolbar controls sorting, grouping, and filtering
- Click a file to open; preview panel shows context alongside the file list
- Defaults persist in Settings → Community Plugins → Smart Explorer
Compatibility
- Obsidian ≥ 1.7.2
- Desktop and mobile
Privacy
No network requests. All data stays local in your vault.
Development
npm install # install dependencies
npm run dev # watch mode
npm run build # type-check + production build
npm test # unit tests
License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.