A free Obsidian community plugin. Pairs locally with the Peek desktop app to create Markdown stickies that stay on screen even when Obsidian is closed.
This plugin itself is completely free and open source. The Peek desktop app is a separate, paid ($19 one-time) standalone executable and is not included in this repository.
- Lists, creates, and opens Peek sticky Markdown notes inside your vault's
sticker folder (configurable, defaults to
peek-stickers). - If the Peek desktop app is installed and not already running, launches it as a local helper process — no arguments, no shell interpretation.
- Writes a small marker file so the Peek desktop app knows to surface its sticky windows; reads a small presence file that Peek desktop writes back, purely to show an "on desktop" badge and detect orphaned/untracked stickies. Never writes to that presence file.
See SECURITY.md for the full, code-verified security invariants (no remote communication, no dynamic code execution, and exactly what local filesystem/process access this plugin performs and why).
Search "peek-bridge" in Obsidian's Community Plugins browser and install
(or clone this repository directly into .obsidian/plugins/peek-bridge).
This plugin installs and runs without the Peek desktop app, but its real functionality (window-pinning stickies, stickies that survive Obsidian being closed) requires the Peek app. Peek: https://capernaum-user.github.io/peek/
MIT — see LICENSE.
Security-relevant behavior (IPC surface, local process launch, what this plugin can and cannot touch) is documented in SECURITY.md. Report security concerns via issues.