Closed lechten closed 1 year ago
@lechten for quick help you might want to look at the code of this presentation: https://talks.telematique.eu/cbi2022/
Many thanks!
Had a similar issue. Ended up partially reverting the commit to have
var config = Reveal.getConfig().customcontrols || {
controls: [],
};
Is there a better way?
for quick help you might want to look at the code of this presentation: https://talks.telematique.eu/cbi2022/
How can I find the code for the presentation?
(Also changed the font-wesome link from this to <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"/>
)
I have modernized the demos that can be used for an example setup
The README for the Chalkboard plugin instructs to include the customcontrols plugin. That leads to:
In a previous version, customcontrols defined
controls
in itsconfig
, which it does not do any more since commit 5c6c8a4019e704d59ebe0364fe311632a64523e2. What is the recommended way to use the Chalkboard plugin?