Print all tabs in a [reveal.js] panel-tabset to PDF #13712
Replies: 3 comments 17 replies
-
|
See Quarto: Unleash Dynamic Tabset Navigation & Polished PDF Exports. |
Beta Was this translation helpful? Give feedback.
-
|
@mcanouil it's great that there's command-line solution, but:
So, given both points, this is still a good feature request. |
Beta Was this translation helpful? Give feedback.
-
|
(new thread for visibility, following on https://github.com/orgs/quarto-dev/discussions/13712#discussioncomment-15016447) I figured out how to get fragments inside tabset while tabs are fragments themselves. Note The below JS script make fragments appear on different slides when exporting to PDF (i.e., The JavaScript script for Reveal.js:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Currently, when you render a Quarto doc to reveal.js and use
panel-tabset, switch to "print mode" (e), and print, you only get one tab in the printout. And, from what I can tell,panel-tabsetmay be unique to Quarto's reveal.js implementation --panel-tabsetdoesn't appear in reveal.js issues 1, and isn't mentioned in the reveal.js documentation.Often, people viewing a presentation want to take notes directly on the slides. A PDF printout, I've found (in the past with
ioslides, too) is generally the best way to get HTML slides into a note-taking app.Here's a MWE:
And printing usually looks like this:
Footnotes
there is one issue, but it shows code for a Quarto doc. ↩
Beta Was this translation helpful? Give feedback.
All reactions