mirror of
https://github.com/mfontanini/presenterm.git
synced 2025-05-05 15:32:58 +00:00
1.2 KiB
1.2 KiB
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.