Skip to content

Releases: ric604189-design/obsidian-inline-review-comments

Inline Review Comments 0.4.1

Choose a tag to compare

@ric604189-design ric604189-design released this 22 Aug 16:45

修复侧栏输入获得焦点后,新增评论被误判为“文稿或选区已发生变化”而无法保存的问题。

Inline Review Comments 0.3.1

Choose a tag to compare

@ric604189-design ric604189-design released this 20 Aug 17:53

修复填写有效评论、选择样式和颜色后,“添加”按钮仍静默无响应的问题。提交按钮现在同步更新 Obsidian ButtonComponent 的内部禁用状态。已通过 164 项自动化测试、TypeScript 检查、生产构建、bundle smoke test,以及 Obsidian 1.13.7 实机添加与撤销回归。

Inline Review Comments 0.3.0

Choose a tag to compare

@ric604189-design ric604189-design released this 20 Aug 16:06

What's new

  • Add contained, crossing, and same-range review comments.
  • Choose highlight, underline, or wavy underline with six low-saturation semantic colors.
  • Convert 0.1/0.2 comments locally only when anchors are required, or migrate the current document explicitly.
  • Preserve Markdown as the only source of truth; no JSON side database.
  • Requires Obsidian 1.7.2 or later.

After installing, restart Obsidian or reload the plugin.

Inline Review Comments 0.2.0

Choose a tag to compare

@ric604189-design ric604189-design released this 15 Aug 08:26

Initial open-source release.

  • Stores comments directly in Markdown using the compact format: ==target== %%c1|comment%%
  • Supports editing, resolving, reopening, deleting, and sidebar navigation
  • Reads legacy CriticMarkup comments and migrates them through an undoable command
  • Includes 30 automated tests plus type, build, and bundle checks