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....
Can you explain what exactly you are looking to do? Change syntax highlighting colors or create your own custom syntax detection or add special syntax keywords?
So bad news on the latter. I did not build in a way to do this and I am not aware of any ACE options that allow you to do...
I should mention that you have to alter the `acebuilds` node module that is included in this repo because the included module has bunch of bug fixes and includes the...
[Here ](https://cloud9-sdk.readme.io/docs/highlighting-rules) is a resource on how to compose syntax highlighter rules.