sabosman453 downloadsOpen a floating always-on-top note window for quick notes.
Floating Quick Note is an Obsidian plugin that lets you open a small, detached note window that stays on top of your other apps. It is great for taking notes during meetings or while you are working in other programs without having to switch back and forth to Obsidian.
You can find the settings for this plugin under Settings -> Floating Quick Note. Here you can change:
Requires Obsidian Desktop 1.4.0 or newer.
floating-quick-note in your vault's .obsidian/plugins/ directory.main.js and manifest.json files into that folder.Update package.json, manifest.json, and versions.json together, run
npm ci --ignore-scripts, npm run lint, npm test -- --runInBand, and
npm run build, then commit the updated source and main.js.
Push a tag matching the version exactly (for example, 1.0.1, without a v
prefix). The release workflow builds from that tag, attests main.js and
manifest.json, and uploads those exact files to a draft GitHub release.
Review and publish the draft before asking the Obsidian reviewer to recheck it.
Do not replace those assets with a local build: the attestation covers their
exact contents. Existing 1.0.0 assets are not changed by this workflow.
Verify a downloaded release asset with:
gh attestation verify main.js --repo sabosman/obisidian-floatingnote