reveal-notes-server

0.1.0 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i reveal-notes-server

Homepage

revealjs.com

Weekly Downloads

66

Version

0.1.0

License

MIT

Unpacked Size

19.1 kB

Total Files

6

Last publish

Collaborators

  • hakimel