FAN542 downloadsNon-invasive side comments and reading annotations for Obsidian Markdown notes.
Side comments and visual marks for Markdown notes, stored outside the note body.
A desktop Obsidian plugin that lets you select text, add a highlight, underline, strikethrough, or side comment, and manage annotations in a right-side panel — without modifying your Markdown source.
Install from the Obsidian Community Plugins directory, or copy these files into <vault>/.obsidian/plugins/side-comments/:
main.jsmanifest.jsonstyles.cssThen enable Side Comments from Settings → Community plugins.
Annotation data is stored as local JSON files under:
.obsidian-side-comments/
files/
cache/
backups/
Each Markdown file maps to one sidecar JSON file. Your Markdown source files are not modified.
All data stays local in your vault. The plugin does not upload, sync, collect, or transmit any notes or annotations.
Side Comments is in active 0.x development. Core annotation workflows are usable. Behavior may continue to improve across 0.x releases. Users should keep backups before relying on plugin data heavily.
npm install
npm run typecheck
npm run build
npm run dev # watch mode
MIT