Kieran Mansfield755 downloadsQuickly access bookmarks through a fuzzy search modal.
Quickly access your Obsidian bookmarks through a fuzzy search interface. This plugin integrates with Obsidian's core Bookmarks plugin to provide fast, keyboard-driven access to all your bookmarked files, folders, searches, and bookmark groups.
Access all your bookmarks through a searchable modal with fuzzy matching:
Cmd+M (Mac) / Ctrl+M (Windows/Linux)Choose how bookmark groups are displayed:
Separate Modals (default)
Flatten All
Create dedicated commands for specific bookmark groups:
Selectively hide bookmarks from search results:
<vault>/.obsidian/plugins/obsidian-quick-bookmarks/
main.jsmanifest.jsonstyles.css (if present)If you're developing or testing:
cd <vault>/.obsidian/plugins/
git clone https://github.com/kieranmansfield/obsidian-quick-bookmarks.git
cd obsidian-quick-bookmarks
npm install
npm run dev
Cmd+M (Mac) or Ctrl+M (Windows/Linux)Enter to open the selected bookmarkThe plugin supports all bookmark types from the core Bookmarks plugin:
Access settings in Settings → Quick Bookmarks:
Choose between:
Enable standalone commands for specific bookmark groups. Each enabled group will appear in the command palette.
Toggle visibility for individual bookmarks. Hidden bookmarks are excluded from all search modals.
# Development mode (watch for changes)
npm run dev
# Production build
npm run build
# Type check
npm run build # Includes tsc -noEmit
# Update dependencies
npm run update
main.ts - Plugin source codemanifest.json - Plugin metadatastyles.css - Plugin stylesesbuild.config.mjs - Build configurationmanifest.json and package.jsonminAppVersion in manifest.json if needednpm version patch/minor/major to update version filesmanifest.json, main.js, and styles.css as release assetsContributions are welcome! Please feel free to submit pull requests or open issues for bugs and feature requests.
MIT License - see LICENSE file for details.
Kieran Mansfield
Built with the Obsidian Plugin Template and powered by the Obsidian API.