From 60f2eb9fb3c4443fbc43d387e866f383f0f70d67 Mon Sep 17 00:00:00 2001 From: Rebecca Murphey Date: Thu, 7 Jun 2012 23:21:14 -0400 Subject: [PATCH] taking a stab at a presenter notes server --- .gitignore | 1 + README.md | 21 +++++++++++ css/main.css | 8 +++- index.html | 8 ++++ js/slidenotes.js | 32 ++++++++++++++++ package.json | 18 +++++++++ slidenotes/index.js | 41 ++++++++++++++++++++ slidenotes/notes.html | 87 +++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 214 insertions(+), 2 deletions(-) create mode 100644 js/slidenotes.js create mode 100644 package.json create mode 100644 slidenotes/index.js create mode 100644 slidenotes/notes.html diff --git a/.gitignore b/.gitignore index dec0ea4..34058c4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .svn log/*.log tmp/** +node_modules/ diff --git a/README.md b/README.md index 466dbb0..f84ee66 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,27 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) { } ); ``` +## Speaker Notes + +If you're interested in using speaker notes, reveal.js comes with a Node server that allows you to deliver your presentation in one browser while viewing speaker notes in another. + +To include speaker notes in your presentation, simply add an `