You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says --reveal-js-opts are passed to the post processor, in this case the reveal.js post processor. I expected that this could be used to pass options into the Reveal.initialize() function. Except for theme they are however ignored; I can't find code that would generate this either - it always creates a fixed initialize().
Perhaps I don't understand the documentation correctly?
The text was updated successfully, but these errors were encountered:
From reading the docs I get the impression that the opts would be passed to reveal.js (as theme seems to be, though it's a different mechanism).
Dumping the remaining params as json is just what I did in my pull request. I myself wanted to turn off the controls, but there are a lot of other possibilities, such as setting the presentation size. See here:
The documentation says --reveal-js-opts are passed to the post processor, in this case the reveal.js post processor. I expected that this could be used to pass options into the Reveal.initialize() function. Except for theme they are however ignored; I can't find code that would generate this either - it always creates a fixed initialize().
Perhaps I don't understand the documentation correctly?
The text was updated successfully, but these errors were encountered: