Press 'P' to show a speaker console window.
- View of current slide
- Preview of next slide
- Speaker notes (contents of a element on current slide)
- Navigation
For speaker notes, add the following anywhere inside a step
<div class="notes">Speaker notes text...</div>
Example CSS:
/* Hide notes from the actual presentation. This will not affect the visibility of notes in the impress console window. */
.notes {
display: none;
}
- Henrik Ingo, [email protected], impress.js (plugin) integration
- Heiko Richler, [email protected], major changes in rev. 1.3
- Lennart Regebro, [email protected], main author of impressConsole
- David Souther, [email protected], author of the original notes.js
MIT License