From 47058df306581a6a5e76d4422dc339e3241fdfa7 Mon Sep 17 00:00:00 2001 From: Mike Boyle Date: Tue, 2 Mar 2021 13:20:09 -0500 Subject: [PATCH] Update list of reveal.js config options [These lines](https://github.com/damianavila/RISE/blob/ebfcb5760823787e632b4a0c19681829474d1710/classic/rise/static/main.js#L539-L540) suggest that more options are actually passed through. I took the descriptions from the reveal documentation. (Note that the website is currently down, so I just looked through the [src](https://github.com/reveal/revealjs.com/blob/master/src/config.md).) --- doc/customize.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/customize.md b/doc/customize.md index 85fdb166..7ab638fe 100644 --- a/doc/customize.md +++ b/doc/customize.md @@ -249,7 +249,22 @@ category, RISE will pass through the following settings: numbers. Set to boolean `false` to turn off, [see `reveal.js`'s doc for more details](https://github.com/hakimel/reveal.js#slide-number) -* as well as `history`. +* `history` to push each slide change to the browser history + +* `width` and `height` set the "normal" size of the presentation. The aspect + ratio will be preserved when the presentation is scaled to fit different + resolutions. Can be specified using percentage units. + +* `margin` is the factor of the display size that should remain empty around + the content + +* `minScale` bounds the smallest possible scale to apply to content + +* `transition` changes the type of animation when changing slides + +* `center` to center slides vertically + +* `help` to show a help overlay when the question-mark key is pressed ### Adding custom CSS