Ji28 downloadsSearch markdown headings with fuzzy matching — like Quick Switcher but for headings.
Quick heading navigation for Obsidian. Search and jump to any heading across your vault.
Press Ctrl+Shift+O (or Cmd+Shift+O on macOS) to open the heading switcher.
Enter to jump to the selected heading, or click it| Command | Description | Default Hotkey |
|---|---|---|
heading-switcher:open |
Open heading switcher | Ctrl+Shift+O |
switcher:open |
Override built-in quick switcher | — |
Available in the plugin settings tab:
main.js, manifest.json, and styles.css into Vault/.obsidian/plugins/better-quick-switcher/# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
# Dev mode (auto-rebuild)
npm run dev
MIT