If you have not used Quarto, I recommend going to the organizations's site to learn some of the basics as well as getting set up. You can do so by going to their official documentation.
quarto use template DamonCharlesRoberts/SimpleDarkJSEnter this into your terminal. This will install the extension and create an example qmd file that you can use as a starting place for your RevealJS Slides.
Once you have installed the template, you can go to ./template.qmd and build upon that file.
For details about using RevealJS in Quarto, please see Quarto's extensive documentation.
- This is the default option using this template.
- Rather than having separate CSS and other files, it is all contained within the HTML.
- This makes it easier to distribute as you only need one file.
- To change this behavior, simply change
truetofalse.
- For more information, go to Quarto's documentation.
- This is the default option using this template.
- This means that there is no animation when you transition between slides.
- There are plenty of other options with RevealJS in Quarto.
- To change this to another option, simply change
slideto something else.
- To change this to another option, simply change
- For more information, go to Quarto's documentation.
- This is the default option using this template.
- This option allows for you to scroll through the slide rather than cutting out content if there is overflow.
- To change this behavior, simply change
truetofalse.
- To change this behavior, simply change
- For more information, go to Quarto's documentation.
- This is the default option using this template.
- This option allows for you to have each bullet point show up incrementally.
- In other words, rather than showing all bullet points as soon as you transition to a slide, you will need to keep advancing to show each bullet point.
- To change this behavior, simply change
falsetotrue.
- For more information, go to Quarto's documentation.
- This is the default option using this template.
- This option suppresses the display of the number of slides in the presentation.
- To change this behavior and show the slide count, you can change
falseto a number of possible options for how you would like your slide numbers to appear.
- To change this behavior and show the slide count, you can change
- For more information, go to Quarto's documentation.
- This is the default option using this template.
- This option suppresses the display of a progress bar for progress in a presentation.
- To change this behavior and show the progress bar, you can change
falsetotrue.
- To change this behavior and show the progress bar, you can change
- For more information, go to Quarto's documentation.
- This is the default option using this template.
- This option suppresses the display of a hamburger icon that allows you to view a presenter menu for the slides.
- To change this behavior and show the menu, you can change
falsetotrue.
- To change this behavior and show the menu, you can change
- For more information, go to Quarto's documentation.
- This is the default option using this template.
- Specified in the ./_extensions/simpledarkjs/custom.scss file
- This option sets the default color of the text for the slide deck and borders for
mermaidJSnodes to white (#ffffff) .- To change this behavior to a new color, simply enter a different HTML color value.
- This is the default option using this template.
- Specified in the ./_extensions/simpledarkjs/custom.scss file
- This option sets the default color of the text for links to a maroon color (
#b70000).- To change this behavior to a new color, simply enter a different HTML color value.
Here is the source code for a minimal sample document: example.qmd.
This work is licensed under a Creative Commons Attribution 4.0 International License.

