Quarto Extension
This extension brings proper tabset support to Reveal.js presentations.
The plugin automatically detects panel tabsets in your slides and enables fragment-based navigation.
Install the extension using:
Add to your document YAML:
Tabs automatically appear on separate pages when exporting to PDF. No additional configuration is needed.
This tab contains fragments.
First fragment appears.
Second fragment appears.
More detailed information here.
Summary of the topic.
tab-activeThe second tab opens first thanks to tab-active="1"; Pandoc emits it as data-tab-active="1".
This slide carries data-tabset-skip-pdf-clone, so its PDF export keeps a single page showing only the first tab.
This tab is exported.
This tab is hidden during PDF export for this slide only.
role="tablist", role="tab", and role="tabpanel" are applied automatically.Feel free to ask any questions about the Reveal.js Tabset extension.