What's new
Breaking change — annotation syntax
The embedded annotation extension has been replaced: zinc75/quarto-comments (shortcode syntax) → zinc75/quarto-proofread-comments v1.0.0 (Pandoc span syntax).
Old syntax (no longer works):
{{< comment "My note." author="eb" >}}
{{< todo "Fix this." author="eb" >}}
New syntax:
[]{.comment by="eb" remark="My note."}
[]{.comment by="eb" type="todo" remark="Fix this."}
[highlighted text]{.comment by="eb" remark="Note on this passage."}
Configuration changes
| Before | After |
|---|---|
extensions.quarto-comments: |
extensions.quarto-proofread-comments: |
authors: |
reviewers: |
show_author: |
show_names: |
wide_margins: false (default) |
wide_margins: true (default) |
filters: - comments |
filters: - proofread-comments |
New features (from quarto-proofread-comments)
- Highlight + note:
[text]{.comment …}highlights the text and attaches a margin note - Flow inline mode (
inline="true"): badge inserted directly in the text flow, no block/line break - Numbered connectors: clickable in-text anchor linked to margin callout (HTML)
- Hover synchronisation: hovering anchor or callout highlights both (HTML)
Other changes
*.upa/*.upb(soulpos position files) added to.gitignore- Documentation, cheatsheets and READMEs updated throughout