0.1.0 • Published 4 years ago

reveal-notes-server v0.1.0

Weekly downloads
19
License
MIT
Repository
-
Last release
4 years ago

reveal.js Speaker Notes Server

reveal.js includes a speaker notes plugin which opens your notes in a new browser window. However in some cases it can be desirable to run notes on a separate device from the one you're presenting on. That's where this Node.js-based speaker notes plugin comes in.

Getting Started

  1. Navigate to your reveal.js folder
  2. npm install reveal-multiplex
  3. node node_modules/reveal-notes-server
  4. Include the following scripts in your presentation, after Reveal.initialize:
<script src="socket.io/socket.io.js"></script>
<script src="node_modules/reveal-notes-server/client.js"></script>