Microsoft Word/Google Docs-quality comments #3200
Replies: 2 comments 1 reply
-
Hello @kendonB and thanks for the message. In a Quarto to HTML workflow, you can use Hypothesis to have people commenting to your document as they would with Microsoft Word/Google Docs. Hypothesis will do their best to keep track to update the comments based in the changes of your document. In a Quarto to LaTeX workflow, you can use the mentioned todonotes package as Pandoc is preserve LaTeX code. For example,
will be converted by
In a Quarto to Microsoft Word workflow, you can use a filter (see jgm/pandoc#2994). |
Beta Was this translation helpful? Give feedback.
-
I recall hearing that Quarto -> MS Word was going to be an allowable workflow - does that work for comments? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to be able to comment on a document in a way that works as well as in Microsoft Word / Google Docs. I'm sure this will be very hard, but it is one of the main points in favour of using one of these two systems over Quarto or LaTeX.
The simplest version of these comments could be defined by:
Then it just displays as a bubble on the side.
So, potentially an interface in the source could be something like:
For Word output, they could be converted to Word comments; for LaTeX output, they could become
todonotes
.Once a simple version is working, they could then get other features like:
Beta Was this translation helpful? Give feedback.
All reactions