#deck.js extension presenterview
Presenterview is an extension for deck.js that brings a presentation view for the presentator. You can add comments into your presentation that will be shown in the presenter view and the next slide is also included.
- Copy the presenterview extension to your deck.js extensions directory
- Include the extensions javascript at the bottom of your presentations index.html:
<script type="text/javascript" src="../extensions/presenterview/deck.presenterview.js"></script>
- Also include the hash extension at the bottom of your presentations index.html:
<script type="text/javascript" src="../extensions/hash/deck.hash.js"></script>
- Add notes as HTML commentaries to the sections of your presentation () - you may use HTML-Markup inside the commentaries if you like to
- (Optional) Style your presentation view
- Open up your presentation - if the popup gets blocked, allow it and reload
- Click on you Presentation Window again and do your stuff.
Copyright (c) 2011 Steven Wirges & Marc Dix
Dual licensed under the MIT license and GPL license.