Smart Explorer

by rogerdigital
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. An alternative file explorer with custom sorting, grouping, filtering, and lightweight previews.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Smart Explorer

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.

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

Installation

  1. Open Settings → Community Plugins → Browse
  2. Search for Smart Explorer
  3. Click Install, then Enable

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create .obsidian/plugins/smart-explorer/ in your vault
  3. Copy the three files into that folder
  4. Enable in Settings → Community Plugins

Usage

  1. Open via ribbon icon or Command Palette → Smart Explorer: Open
  2. Toolbar controls sorting, grouping, and filtering
  3. Click a file to open; preview panel shows context alongside the file list
  4. 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

MIT