kasairo88 downloadsCreate and manage floating sticky notes in your vault.
Create, edit, color, and organize sticky notes stored as Markdown files in your vault.
npm ci.npm run dev while developing, or npm run build for a production bundle.For a manual installation, copy main.js, manifest.json, and styles.css to <Vault>/.obsidian/plugins/floating-sticky-notes/.
The plugin operates locally in the current vault. It does not make network requests or collect telemetry.
Run npm run lint for static analysis and npm run build before releasing.
Update manifest.json and versions.json, then create a tag exactly matching the manifest version, such as 1.0.1 (without a v prefix). The release workflow builds the plugin and creates a draft GitHub release with main.js, manifest.json, and styles.css.