Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.22 KB

speaker-notes.md

File metadata and controls

43 lines (27 loc) · 1.22 KB

Speaker Notes

presenterm supports speaker notes.

You can use the following HTML comment throughout your presentation markdown file:

<!-- speaker_note: Your speaker note goes here. -->

And you can run a separate instance of presenterm to view them.

Usage

Run the following two commands in separate terminals.

The --publish-speaker-notes argument will render your actual presentation as normal, without speaker notes:

presenterm --publish-speaker-notes examples/speaker-notes.md

The --listen-speaker-notes argument will render only the speaker notes for the current slide being shown in the actual presentation:

presenterm --listen-speaker-notes examples/speaker-notes.md

As you change slides in your actual presentation, the speaker notes presentation slide will automatically navigate to the correct slide.