KulySocc245 downloadsNavigate headings in the active note with a fuzzy-search palette and an always-visible floating outline.
Fast heading navigation for Obsidian with two complementary UIs:
Open heading palette (ID: open-heading-palette)FuzzySuggestModal) with live fuzzy filteringH1-H6)ArrowUp/Down, Option+Arrow, Cmd+Arrow, Enter)main.js, manifest.json, and styles.css from the latest release<Vault>/.obsidian/plugins/heading-compass/npm install
npm run dev # esbuild in watch mode
npm run deploy # build + copy main.js/manifest.json/styles.css into your vault
npm test # vitest
npm run lint # eslint
Set OBSIDIAN_VAULT_PLUGIN_DIR (env or .env) to your vault's plugin folder for deploy.
npm version <patch|minor|major>
Builds, bumps manifests, tags, pushes, and creates the GitHub release via gh.