A Finder-like folder navigation view for Obsidian.
obsidianmd/obsidian-releases PR: #10059main.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 |
All commands are available via the command palette (⌘+P / Ctrl+P):
# Clone the repository
git clone https://github.com/yourusername/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.