Kiosk Mode displays a full-screen, auto-advancing slideshow of random pages rendered in reader mode — ideal for lobby displays, information kiosks, or ambient browsing.
Navigate to:
/kiosk
With optional parameters:
/kiosk?count=10&interval=15
Or with a curated list of pages:
/kiosk?pages=Home,SyntaxHighlighting,MyLinks&interval=10
| Parameter | Default | Description |
|---|---|---|
pages | _(none)_ | Comma-separated page names to show in order. When set, count is ignored. |
count | 10 | Number of random pages to include (1–50). Ignored when pages= is set. |
interval | 8 | Seconds per slide (1–120). |
| Action | Result |
|---|---|
| Click anywhere on a slide (outside the reader text) | Opens the page in a new tab |
| Hover over the page | Reveals the control bar at the bottom |
| Key | Action |
|---|---|
Space | Open current page in a new tab |
← / → | Previous / next slide |
P | Pause / resume auto-advance |
F | Toggle fullscreen |
| Button | Action |
|---|---|
| ‹ › | Previous / next slide |
| Pause / Play | Pause or resume auto-advance |
| ⚙ | Open settings panel (change count and interval, then Apply to reload) |
| ⤢ | Toggle fullscreen |
| ✕ | Exit slideshow (return to home) |
Each slide renders the full page content with:
interval (e.g. ?interval=30) for dense pages so readers have time to read.?count=5&interval=20 for a focused, slower-paced display.F to enter true fullscreen for unattended kiosk use.To embed a page carousel inline within a page, see PageSlideshowPlugin. To embed an image slideshow, see Using SlideshowPlugin.