A Finder-like folder navigation view for Obsidian.

| Folder view | Search and file badges |
|---|---|
![]() |
![]() |
Folder Focus can show compact badges for these file extensions:
| Type | Extensions |
|---|---|
| Markdown | md, markdown |
| Obsidian | canvas, base |
| Text | txt, rtf |
| Documents | doc, docx, pages, odt, gdoc |
| Presentations | ppt, pptx, pptm, pps, ppsx, key, keynote, odp, gslides |
| Spreadsheets | xls, xlsx, xlsm, xlsb, numbers, ods, gsheet, csv, tsv |
pdf |
|
| Images | png, jpg, jpeg, gif, webp, svg, bmp, avif, heic |
| Design | fig, sketch, psd, psb, ai, eps, xd, afdesign |
| Diagrams | drawio, diagram, mmd, mermaid, excalidraw |
| Ebooks | epub, mobi, azw, azw3 |
| Databases | db, sqlite, sqlite3 |
| Fonts | ttf, otf, woff, woff2 |
| Data and config | json, toml, ini, env |
| Notebooks | ipynb |
| Code | js, ts, jsx, tsx, css, scss, html, xml, yaml, yml, sh, bash, zsh, go, rs, java, kt, swift, c, h, cpp, hpp, cs, php, rb, py, pyw |
| Archives | zip, 7z, rar, tar, gz |
| Audio | mp3, wav, m4a, flac, ogg |
| Video | mp4, mov, mkv, webm, avi |
Other files still appear in the list with a generic file badge.
Folder Focus is listed in Obsidian Community Plugins. Obsidian currently marks it as not manually reviewed by Obsidian staff.
main.js, manifest.json, and styles.css from the latest releaseobsidian-folder-focus in your vault's .obsidian/plugins/ directory| Shortcut | Action |
|---|---|
↑ / ↓ |
Move selection up/down |
Shift+↑ / Shift+↓ |
Extend selection up/down |
⌘+A / Ctrl+A |
Select all |
⌘+↑ / Ctrl+↑ |
Navigate to parent folder |
⌘+↓ / Ctrl+↓ |
Enter folder or open file |
Enter |
Enter folder or open file |
⌘+Enter / Ctrl+Enter |
Open file in new tab |
⇧⌘+N / Ctrl+Shift+N |
Create new note |
Escape |
Clear search / Collapse selection |
| Action | Result |
|---|---|
| Single click | Select item |
| Cmd/Ctrl + Click | Toggle selection (multi-select) |
| Shift + Click | Range selection |
| Double click | Enter folder or open file |
| Cmd/Ctrl + Double click | Open file in new tab |
| Right click | Context menu |
| Drag selected items onto a folder | Move selected items into that folder |
| Drag Finder files/folders into the view | Import them into the vault folder |
All commands are available via the command palette (⌘+P / Ctrl+P):
1.1.21.13.0# Clone the repository
git clone https://github.com/1spread/obsidian-folder-focus.git
cd obsidian-folder-focus
# Install dependencies
npm install
# Build for development (with watch mode)
npm run dev
# Build for production
npm run build
If you find this plugin helpful, consider supporting its development:
MIT License - see LICENSE for details.