Present mode
Fullscreen playback with presenter view, notes, and timer.
open-slide ships a present mode designed for a real stage, not just a browser tab.
Fullscreen playback
From the dev server, hit Present (or press f). The current deck goes
fullscreen with:
- Arrow / space /
PgDnto advance. ←/↑/PgUpto go back.Home/Endto jump to first / last.Escto exit.
The canvas scales uniformly to fit the screen — no letterboxing maths on your part.
Presenter mode
A second display mirror surfaces:
- Current slide at the size you'll show it.
- Next slide preview.
- Speaker notes for the current page (read from a
notesfield on the slide module, if present). - Timer — elapsed time since you entered present mode.
Use it on a laptop screen while the deck mirrors to the projector.
Speaker notes
Add notes alongside the page array:
export const notes = {
0: 'Open with a smile. Mention the analyst quote from yesterday.',
3: 'Pause here for questions. The chart is a hand-off.',
};