speaker-note
speaker-note(self: none, mode: "typ", setting: it => it, subslide: none, note)(source)Speaker notes are a way to add additional information to your slides that is not visible to the audience. This can be useful for providing additional context or reminders to yourself.
Multiple calls on the same slide are combined (accumulated), so all notes are shown together.
Example: #speaker-note[This is a speaker note]
self : dictionary default: none
The current presentation context.
mode : str default: "typ"
The mode of the markup text, either typ or md. Default is typ.
setting : function default: it => it
A function that takes the note as input and returns a processed note.
subslide : none | auto | int | array | str default: none
Restricts the note to specific subslides, similar to only. - none: shown on all subslides. - auto: automatically determined from the current pause position (default when called via #speaker-note). - int, array, or string: shown only on the specified subslides.
note : content
The content of the speaker note.
Returns: content