Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reveal.js and presenter view

Tags:

reveal.js

I’m in the progress of evaluation reveal.js for my future presentations. Currently I do not have a beamer at hand to test the following. I'm running the presentations locally on Mac OS X 10.2.2.

Hitting S opens a new browser tab consisting of the current slide, the upcoming slide, speaker notes, and timing.

Does the audience still only see the current slide?

like image 205
nemron Avatar asked Sep 05 '25 01:09

nemron


1 Answers

As you say, it will be 2 different browser windows. The idea would be not to mirror your screen, but rather have different content on the projector and your screen. Then you put the window with the slide on the projector (possibly full screen), and the window with the speaker view on your local screen, just like i.e. keynote would do it. The speaker notes feature is described in https://revealjs.com/speaker-view/

Note that in order to use this feature, you need to be serving your slides from a node.js server (instead of just opening index.html as a file in your browser), as described in https://revealjs.com/installation/#full-setup

like image 186
lutzh Avatar answered Sep 07 '25 16:09

lutzh