Modify Chalkboard "buttons" Option #13205
mattsigal
started this conversation in
Feature Requests
Replies: 2 comments 3 replies
-
You can use CSS to hide/display the buttons.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting! I've tried incorporating your snippet into the sample Quarto slide deck (with some of the other parameters I usually use). As far as I can tell, the style block is added to the header of the HTML file as it should be but the icons are still appearing? This is the .qmd template I was testing with:
|
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
As described in the documentation, the Chalkboard plug-in currently has the option to either show or hide both buttons via the
buttons
option (defaults totrue
). It would be great if this option could be slightly expanded to take a few more parameters:true
(all on),false
(all off), andcanvas
,chalkboard
to manually activate a particular button.In my use case, I would like a button on each slide to turn on the chalkboard annotation tool, but would prefer to turn off the button for the canvas to make the slides look a little cleaner (in the following image, I would like to keep the paintbrush but remove the canvas):
Beta Was this translation helpful? Give feedback.
All reactions