Anas Bouzid
Anas Bouzid
> Ha! I was just about to suggest that this belonged here because it was about changing the slide toolbar which I thought was implemented as part of the notebook...
I forgot to mention that the changes I made (additions) should not be breaking changes. In fact, I structured the code I added so that it is clear the previous...
#1861 Give that a try. You can set the `data-` attributes for slides, subslides (vertical slides), and fragments by means of the cells metadata. Example: Click `View > Cell Toolbar...
> Sorry for bringing this up again, but is it possible as of now to provide reveal.js configuration parameters on the **presentation-level** like this? https://revealjs.com/config/ Im not sure I understand....
I mean it does allow for command line options that change configuration parameters. I'm not sure it allows changing all of them, but I've set some of them myself.
Inside reveal.js there is a chunk of code that exposes configuration options: ``` // Compose our config object in order of increasing precedence: // 1. Default reveal.js options // 2....