-
Writing a book in Quarto. I'd like to send individual chapters to colleagues for review, but not send them the entire book. I could send everything to a .docx and then delete most chapters, but I wonder whether there is a neater way to do this. Of course, I could copy the chapter and set up a single chapter document, but that seems inelegant. Any suggestions will be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I would encourage you to think about the review process in general: can they review the .qmd file directly and write comments in markdown document (then you may want to create specific hackmd links for each chapter), if you are happy with only commenting the files, you may do it on a html version of the book, see https://quarto.org/docs/reference/projects/books.html#comments There seems to be no easy way to get one file per chapter, so manual editing of the _quarto.yml file seems to be the only way to create one chapter at a time (?) |
Beta Was this translation helpful? Give feedback.
-
HIJulien
Thanks for your suggestions! Manual editing of the _quarto.yml is working.
I appreciate the tip on comments. I'll give Utterances a try. I didn't
know about that option.
with best wishes,
Ray
…On Tue, Dec 20, 2022 at 1:20 AM Julien Colomb ***@***.***> wrote:
I would encourage you to think about the review process in general: can
they review the .qmd file directly and write comments in markdown document
(then you may want to create specific hackmd links for each chapter), if
you are happy with only commenting the files, you may do it on a html
version of the book, see
https://quarto.org/docs/reference/projects/books.html#comments
<https://urldefense.com/v3/__https://quarto.org/docs/reference/projects/books.html*comments__;Iw!!K-Hz7m0Vt54!lDF9zKO_Z__FzNaWs_0h31aMA-EW3hv16YeRZOJC_OcQsbuRExq_GxmXmUf7eC_jONG4dVRvPjYaTJQbJV2QjN4$>
There seems to be no easy way to get one file per chapter, so manual
editing of the _quarto.yml file seems to be the only way to create one
chapter at a time (?)
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/quarto-dev/quarto-cli/issues/4494*issuecomment-1359058108__;Iw!!K-Hz7m0Vt54!lDF9zKO_Z__FzNaWs_0h31aMA-EW3hv16YeRZOJC_OcQsbuRExq_GxmXmUf7eC_jONG4dVRvPjYaTJQbN-ryNko$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AQ5ESW5MLLUHYIOVUT4HSXLWOF237ANCNFSM6AAAAAASIFQQJ4__;!!K-Hz7m0Vt54!lDF9zKO_Z__FzNaWs_0h31aMA-EW3hv16YeRZOJC_OcQsbuRExq_GxmXmUf7eC_jONG4dVRvPjYaTJQbL1vMD3E$>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
I would encourage you to think about the review process in general: can they review the .qmd file directly and write comments in markdown document (then you may want to create specific hackmd links for each chapter), if you are happy with only commenting the files, you may do it on a html version of the book, see https://quarto.org/docs/reference/projects/books.html#comments
There seems to be no easy way to get one file per chapter, so manual editing of the _quarto.yml file seems to be the only way to create one chapter at a time (?)