I have a revealjs presentation. I want a web page displaying all the slides, with the speaker notes under each slide #5849
-
DescriptionI want to put revealjs presentations I have created in Quarto on my Quarto website, so that each slide is shown on a single page, with the speaker notes for that slide under each slide. This seems like it's probably something that others have done or wanted - how do I go about doing that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You can't split rendered presentation to get "one slide = one HTML page".
If you really want to split, you can use tools such as |
Beta Was this translation helpful? Give feedback.
-
I've worked out a work-around that isn't too onerous:
This will create a single page containing images of all the slides. You have to add the notes in manually though. |
Beta Was this translation helpful? Give feedback.
I would say your best chance with Quarto website, is to build a custom Lising page that will layout as you want your different HTML slides.
https://quarto.org/docs/websites/website-listings-custom.html
You'll have to write HTML content though and come up with how you can manage to present as you want it.
I don't think we encounter yet the question or have seen examples about this.