revealjs presentation - Keyboard shortcuts #12825
-
DescriptionHow can i jump from title to title in the presentation mode? Thank yo for the help you can provide.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no built-in shortcut for that. However, Revealjs has some features that works with Quarto that could help.
Hope it helps. Happy customization ! |
Beta Was this translation helpful? Give feedback.
There is no built-in shortcut for that. However, Revealjs has some features that works with Quarto that could help.
Latest Revealjs update in Quarto 1.6 has a Jump To Slide feature that could be useful: https://quarto.org/docs/presentations/revealjs/presenting.html#jump-to-slide not a single shortcut but close.
You could leverage vertical slide navigation (https://revealjs.com/vertical-slides/). This lets you navigate horizontally between title slide, and vertically between content. In Quarto we don't default to that, but you can still opt-in: https://quarto.org/docs/presentations/revealjs/advanced.html#vertical-slides
It is not through shortcut, but the Menu have a TOC that let's y…