Hide slide menu button when printing slides #4181
sagikazarmark
started this conversation in
Feature Requests
Replies: 2 comments 8 replies
-
That's a good suggestion. We could add this workaround to our style, but I wonder: do you see this issue in pure revealjs slides? If you do, then maybe the best fix would be for this to be in the base revealjs style so that everyone would benefit from it, and not only quarto users. |
Beta Was this translation helpful? Give feedback.
8 replies
-
FYI:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I often use decktape to print slides that apparently does not use the
?print-pdf
query parameter and as a result the slide menu button remains visible in the PDF.This can easily be verified by turning on the print media simulation from the inspector: the button remains visible.
Suggested change: hide the slide menu button when print media is enabled.
The following snippet does exactly that:
Beta Was this translation helpful? Give feedback.
All reactions