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!