Quarto offers a myriad of features that are especially useful for academics, as educators and as researchers. These range from chunk options that enable automatic linking of code to documentation, to article templates for manuscript submission to multiple journals. The following video walks you through some of these features.
Select highlights include:
- Linking to documentation from code with
code-link
. - Informative YAML errors and YAML completion.
- Creating Quarto slides with revealjs.
- PDF export of HTML slides.
- Annotating slides with
chalkboard
. - Advancing slides for your audience with
multiplex
. - Highlighting code with
code-line-numbers
. - Customizing output location with
output-location
. - Showing code chunk fences with
echo: fenced
. - Code annotation.
- Authoring manuscripts with Quarto journal templates.
- Inserting citations from Zotero or from a DOI with the RStudio Visual Editor.
- If you would like to follow along as you watch, you can find the source code for everything created in the video in this GitHub repository.