Skip to content
Discussion options

You must be logged in to vote

Link to revealjs doc about this too: https://quarto.org/docs/presentations/revealjs/advanced.html#custom-template

Otherwise, there is probably an option using a revealjs specificity, and Pandoc feature.

Alternatively you can add your notes in a data-notes attribute on the slide. Like <section data-notes="Something important"></section>.

  • Considering how Pandoc, and thus Quarto works, you can add attributes to title slide using title-slide-attributes

Try this example

---
title: Test
title-slide-attributes: 
  data-notes: Some speaker notes
format: revealjs
---

## content 

::: notes
Some other no…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jimjam-slam
Comment options

@cderv
Comment options

@jimjam-slam
Comment options

Answer selected by mcanouil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants