mirror of
https://github.com/wenlzhang/obsidian-folder-navigator.git
synced 2026-07-22 05:41:23 +00:00
No description
| .github | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .eslintrc.json | ||
| .gitignore | ||
| .npmrc | ||
| CHANGELOG.md | ||
| esbuild.config.mjs | ||
| jest.config.js | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| version-changelog.mjs | ||
| versions.json | ||
Folder Navigator
An Obsidian plugin that allows you to quickly navigate to folders in your vault using fuzzy search.
Features
- Quick folder navigation using fuzzy search
- Configurable maximum number of search results
- Expand target folder on navigation
- Works with nested folders
Why Folder Navigator?
I really enjoy using Obsidian's file search feature, which allows us to quickly search for files and navigate to them. There are also third-party plugins that further enhance this experience.
However, I need to navigate to folders in a similar way. Unfortunately, I couldn't find a method to do this, either by using Obsidian's official features or third-party plugins. That's why I'm developing this plugin to achieve that. It allows you to navigate to folders just as you can when navigating to files.
Usage
- Press the hotkey (default: Cmd/Ctrl+Shift+O) to open the folder search modal
- Type to search for folders - the search is fuzzy, so you don't need to type the exact name
- Use arrow keys to navigate through the results
- Press Enter to select a folder and navigate to it in the file explorer
Settings
- Maximum results: Set the maximum number of folders to show in search results (5-50)
- Expand target folder on navigation: When enabled, folders will be automatically expanded when you navigate to them
Installation
- Open Settings in Obsidian
- Navigate to Community Plugins and disable Safe Mode
- Click Browse and search for "Folder Navigator"
- Install the plugin
- Enable the plugin in the Community Plugins tab
Manual Installation
- Download the latest release
- Extract the files into your vault's
.obsidian/plugins/obsidian-folder-navigator/directory - Reload Obsidian
- Enable the plugin in Settings > Community Plugins