Skip to content

Releases: leonpawelzik/obsidian-tandem-comments

0.2.0

12 Jun 08:05
158bc14

Choose a tag to compare

New: copy and export comments

  • Copy button on every sidebar comment card — copies the comment as Markdown (quoted passage as blockquote + the full thread with authors and timestamps) to the clipboard
  • Export button in the sidebar header and a new Export comments of active file command — writes all of a file's comments to a companion note next to the source file, with Open / Resolved / Orphaned sections and a backlink to the source. Re-exporting overwrites the note, so it always reflects the current state.
  • New settings:
    • Include quote when copying — toggle whether the quoted passage is copied along with the comment
    • Export note name — name template with {{filename}} and {{date}} placeholders (default: {{filename}} – Comments)
    • Export scope — all comments (default) or open only

Thanks to u/AndyKaprany on Reddit for the suggestion!

0.1.1

10 Jun 15:27

Choose a tag to compare

Initial public release.

  • Quote-anchored comment threads stored in a ```tandem-comments fenced block at the end of the file — prose stays untouched
  • Comment sidebar with reply, resolve, re-anchor, and delete
  • Editor highlights and reading-view pills for anchored passages
  • Orphan detection with fuzzy re-anchoring
  • Optional Claude Code skill export so AI assistants can read and write comments