How to use Quarto extensions/templates ? #5394
-
I am slowly making transition from Rmarkdown to Quarto. My questions is how to use quarto extensions like the following: I installed it correctly, but what do next with it ? How can I benefit from using those extensions ? Is it for ms word as well or only for pdf ? Is there any function to list all extensions out that are installed and available ? How to change font and font size for ms word output ? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I installed it correctly, but what do next with it ? You'll find everything about extensions at this part of the documentation This includes details of the type of extensions you can find (filter, shortcode or custom format or revealjs extensions). Depending on what you install, and what the extension is doing, you'll see what to do.
It depends on the extension you install and what it does.
Our website includes a list of known extensions made by us or the community. This repo also list a lot of extensions: https://github.com/mcanouil/awesome-quarto
Windows installer of Quarto is enough to use Quarto. the R package is only useful if you want to call quarto from R. (very specific usage)
This is not related to extension. Please look in the documentation about Docx reference doc
Quarto extensions are different from R Markdown templates, and there is no integration in IDE yet. See rstudio/rstudio#11316 Hope it helps |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, it helps a lot. As a beginner in quarto I will have to digest everything.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I installed it correctly, but what do next with it ?
You'll find everything about extensions at this part of the documentation
https://quarto.org/docs/extensions/
This includes details of the type of extensions you can find (filter, shortcode or custom format or revealjs extensions). Depending on what you install, and what the extension is doing, you'll see what to do.
It depends on the extension you install and what it does.
Our website includes a list of known extensions made by us or the community. This repo also list a lot of extensions: https://github.co…