src/plugins/impressConsole/README.md
Press 'P' to show a speaker console window.
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;
}
MIT License