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 | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| version-changelog.mjs | ||
| versions.json | ||
Obsidian 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
- Works with nested folders
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
- Hotkey: Customize the keyboard shortcut to open the folder navigator (requires restart)
- Maximum results: Set the maximum number of folders to show in search results (5-50)
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