Skip to content

Releases: kylemcd/obsidian-document-comments

0.1.3

19 Jun 00:03

Choose a tag to compare

  • Sidebar: the last comment's reply field is no longer cut off at the bottom — there's room to scroll it up clear of the status bar, with space to grow as you type.

0.1.2

18 Jun 23:49

Choose a tag to compare

  • 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

18 Jun 21:32

Choose a tag to compare

  • Addressed Obsidian community-plugin review feedback.
  • Removed every :has() and !important from the stylesheet (selectors are now scoped to out-specify Obsidian's core rules).
  • Replaced the builtin-modules build dependency with node:module.
  • Added a CI release workflow that builds the plugin and attaches build-provenance attestations to the release assets.

0.1.0

18 Jun 19:46

Choose a tag to compare

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+.