No description
Find a file
2025-02-25 16:43:01 +01:00
.github Initial commit 2025-02-25 16:10:47 +01:00
src Debug folder navigation 2025-02-25 16:43:01 +01:00
.editorconfig Initial commit 2025-02-25 16:10:47 +01:00
.eslintignore Initial commit 2025-02-25 16:10:47 +01:00
.eslintrc Initial commit 2025-02-25 16:10:47 +01:00
.eslintrc.json Initial commit 2025-02-25 16:10:47 +01:00
.gitignore Initial commit 2025-02-25 16:10:47 +01:00
.npmrc Initial commit 2025-02-25 16:10:47 +01:00
CHANGELOG.md Initial commit 2025-02-25 16:10:47 +01:00
esbuild.config.mjs Initial commit 2025-02-25 16:10:47 +01:00
jest.config.js Initial commit 2025-02-25 16:10:47 +01:00
manifest.json Fix hotkey bug 2025-02-25 16:32:46 +01:00
package-lock.json Add initial version 2025-02-25 16:22:02 +01:00
package.json Initial commit 2025-02-25 16:10:47 +01:00
README.md Add initial version 2025-02-25 16:22:02 +01:00
styles.css Debug folder navigation 2025-02-25 16:43:01 +01:00
tsconfig.json Initial commit 2025-02-25 16:10:47 +01:00
version-bump.mjs Initial commit 2025-02-25 16:10:47 +01:00
version-changelog.mjs Initial commit 2025-02-25 16:10:47 +01:00
versions.json Initial commit 2025-02-25 16:10:47 +01:00

Obsidian Folder Navigator

A simple plugin for Obsidian that allows you to quickly navigate to folders in your vault using fuzzy search.

Features

  • Quick folder navigation using fuzzy search
  • Customizable hotkey (default: Cmd/Ctrl+Shift+O)
  • Configurable maximum number of search results
  • Keyboard navigation support
  • Works with nested folders

Usage

  1. Press the hotkey (default: Cmd/Ctrl+Shift+O) to open the folder search modal
  2. Type to search for folders - the search is fuzzy, so you don't need to type the exact name
  3. Use arrow keys to navigate through the results
  4. 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

  1. Open Settings in Obsidian
  2. Navigate to Community Plugins and disable Safe Mode
  3. Click Browse and search for "Folder Navigator"
  4. Install the plugin
  5. Enable the plugin in the Community Plugins tab

Manual Installation

  1. Download the latest release
  2. Extract the files into your vault's .obsidian/plugins/obsidian-folder-navigator/ directory
  3. Reload Obsidian
  4. Enable the plugin in Settings > Community Plugins

Development

  1. Clone this repository
  2. Run npm i to install dependencies
  3. Run npm run dev to start compilation in watch mode

License

MIT