Folder Focus
approvedby das
This plugin has not been manually reviewed by Obsidian staff. Finder-like folder navigation view in the sidebar.
★ 1 stars↓ 137 downloadsUpdated 7d agoMIT
Folder Focus
A Finder-like folder navigation view for Obsidian.
Obsidian Community Plugin Submission
- Obsidian
obsidianmd/obsidian-releasesPR: #10059 - When ObsidianReviewBot requests changes:
- Fix issues in this repository and push to the same branch (no new PR needed).
- Do not rebase the submission branch (reviewers will handle it after approval).
- The bot will re-scan automatically (it may take up to ~6 hours after pushing changes).
Features
Navigation
- Focused folder view in the right sidebar
- Finder-compatible keyboard shortcuts
- Selection history - remembers your position when navigating back
- Live refresh - automatically updates when files change externally (e.g., in Finder)
File Operations
- Multi-selection - Cmd+Click to toggle, Shift+Click for range selection
- Context menu - right-click for file operations
- New folder/note buttons - quick creation from the header
- Rename/Delete folders - directly from context menu
Search
- Full-text search - search file names and content
- Subfolder search - includes all nested files
- Folders only filter - toggle to show only folders
- Clear button - quickly reset search
Opening Files
- Single click - select item
- Double click - open file or enter folder
- Cmd+Double click - open file in new tab
- Cmd+Enter - open selected file in new tab
Sorting
- Sort by name, modified date, or created date
- Toggle ascending/descending order
Installation
From Obsidian Community Plugins (Recommended)
- Open Obsidian Settings
- Go to Community plugins and disable Safe mode
- Click Browse and search for "Folder Focus"
- Install and enable the plugin
Manual Installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create a folder
obsidian-folder-focusin your vault's.obsidian/plugins/directory - Copy the downloaded files into this folder
- Reload Obsidian and enable the plugin in Settings → Community plugins
Usage
Opening Folder Focus
- Click the folder icon in the left ribbon
- Right-click any folder → "Open in folder focus"
- Use command palette: "Open folder navigation view"
Keyboard Shortcuts
| 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 |
Mouse Actions
| 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 |
Context Menu Options
- Rename folder - rename the selected folder
- Delete folder - move folder to trash
- Create folder with selection - create new folder with selected items
- Standard Obsidian file menu options
Search
- Type in the search box and press Enter to search
- Search includes:
- File and folder names
- File content (markdown files)
- All subfolders recursively
- Toggle "Folders only" to filter results
- Click × or press Escape to clear search
Commands
All commands are available via the command palette (⌘+P / Ctrl+P):
- Open folder navigation view - Opens the folder navigation panel
- Reveal active file - Shows the current file in the navigation view
- Navigate to parent folder - Go up one level
- Enter folder or open file - Enter selected folder or open selected file
- Create new note in current folder - Creates a new note
Settings
- Open files in new tab - When enabled, files open in a new tab instead of the current one
Development
# 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
Support
If you find this plugin helpful, consider supporting its development:
License
MIT License - see LICENSE for details.
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.