Skip to content

Presentation Mode Plugin

sokra edited this page Mar 3, 2012 · 2 revisions

Presentation Mode Plugin

How To Use

  • Move the slideshow to the projector.
  • Press "P". Popup window opens
  • Move the popup to your own screen.
  • Navigate in the popup window.

presentation-mode

Setup

include jmpress.js/dist/plugins/jmpress.presentation-mode.js or ... presentations-mode.min.js in your page.

setup options:

presentationMode: {
  url: "path/to/presentation-screen.html", 
  // you can use "http://shama.github.com/jmpress.js/presentation-screen.html"
  // but better is a own hosted version of this file
  // the github hosted version also causes cross-side-scripting problems, 
  //   with a presentation on your filesystem

  notesUrl: "path/to/your/notes.html"
}

the notes.html document is any html document which shows some information on url hash change. the url hash is set to the id of the active step.

Clone this wiki locally