Zero-friction context switching between files, inspired by ThePrimeagen's Harpoon.
- Quickly pin files to your Gaff list.
- Effortlessly switch between your most used files using hotkeys.
- Download the latest release from the Releases page.
- Extract the contents (
main.js,manifest.json,styles.css) to your vault's plugin folder:<vault>/.obsidian/plugins/obsidian-gaff/. - Reload Obsidian.
- Go to Settings > Community plugins and enable Gaff.
- Clone this repository into your Obsidian vault's plugins folder:
<vault>/.obsidian/plugins/. - Run
npm installto install dependencies. - Run
npm run devto start compilation in watch mode.
MIT