From 546387a95e9584032aa479915e32c1218ede8ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Bavu?= <73740254+zinc75@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:26:17 +0200 Subject: [PATCH] Add proofread-comments extension to listings (#2058) Added proofread-comments extension with detailed description. (cherry picked from commit 31c1f8ad3ab96f5b7bac8c2cdfeaa5608a5f97a8) --- docs/extensions/listings/shortcodes-and-filters.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 85a2e56357..b870c617b3 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -596,6 +596,12 @@ description: > A Quarto extension to add preview colour as a coloured symbol next to colour code in HTML, PDF, Typst, Docx, Reveal.js, Beamer, and PowerPoint. +- name: proofread-comments + path: https://github.com/zinc75/quarto-proofread-comments + author: '[Eric Bavu](https://github.com/zinc75)' + description: > + This extension adds collaboration-friendly annotations to Quarto documents. You can insert margin notes anywhere, or highlight existing text and attach a note to it. Comments, todos, notes, or questions. Annotations render as styled margin callouts and flowing in-text marks in HTML, as [`todonotes`](https://ctan.org/pkg/todonotes) margin notes + marker-pen highlights in PDF/LaTeX. They can be toggled globally and coloured per reviewer. + - name: pseudocode path: https://github.com/leovan/quarto-pseudocode author: '[范叶亮 > Leo Van](https://github.com/leovan)'