Yukio Usuzumi477 downloadsResizable, file-backed sticky notes in always-on-top Obsidian windows.
An Obsidian desktop-only plugin that opens real Markdown files in resizable sticky-note popout windows.
Each sticky-note window has controls for keeping it above other applications, selecting a color, switching between edit and reading views, and hiding it. Window contents are the underlying Obsidian Markdown file, so edits and previews stay in sync with the vault.
[!NOTE] On Linux, Keep on top works when Obsidian runs under X11 or XWayland. Electron does not support the required always-on-top window state under native Wayland, so the pin control cannot change window stacking in a native Wayland session.
Win+F10 on Windows, Super+F10 on Linux, and Option+F10 on macOS. The plugin stores this setting separately for each operating system, so syncing a vault between computers does not translate one platform's shortcut into another platform's keys.Copy manifest.json, main.js, and styles.css into:
<vault>/.obsidian/plugins/desktop-sticky-notes/
Then enable Desktop Sticky Notes under Obsidian's community-plugin settings. This plugin requires the desktop version of Obsidian.
Desktop Sticky Notes uses Obsidian's Electron APIs to manage popout windows and register the optional system-wide shortcut. It only creates or edits Markdown files inside your vault through the Obsidian API. It does not access files outside the vault, make network requests, collect telemetry, or send data anywhere.
Desktop Sticky Notes is available under the MIT License.