Releases: kylemcd/obsidian-document-comments
Releases · kylemcd/obsidian-document-comments
0.1.3
0.1.2
- Markdown in comments — comment text now renders Markdown (code spans, bold, links, lists) in both the margin and the sidebar.
- Long comments collapse to a "Show more" preview; one click opens the full thread and the reply box. A thread taller than the screen shows "Open in sidebar" instead (its bottom is unreachable inline).
- Margin polish — cards slide off the top edge as you scroll instead of sticking; clicking a card no longer scrolls the document; the reply box reveals and focuses when you open a card; expand/collapse animates smoothly.
- Comment highlights now render inside tables in Reading view. (Live Preview can't highlight inside its table widget — a documented limitation.)
0.1.1
- Addressed Obsidian community-plugin review feedback.
- Removed every
:has()and!importantfrom the stylesheet (selectors are now scoped to out-specify Obsidian's core rules). - Replaced the
builtin-modulesbuild dependency withnode:module. - Added a CI release workflow that builds the plugin and attaches build-provenance attestations to the release assets.
0.1.0
First beta of Document Comments — Notion-style margin comments stored inline in your markdown, readable by any tool or agent that opens the raw file.
Install via BRAT (add kylemcd/obsidian-document-comments) or manually: drop main.js, manifest.json, and styles.css (below) into your vault's .obsidian/plugins/document-comments/ folder, then enable it. Desktop, requires Obsidian 1.7.2+.