| 1 | --- |
| 2 | name: presenter-timer |
| 3 | description: Timer and progress bar in presenter mode |
| 4 | --- |
| 5 | |
| 6 | # Presenter Timer |
| 7 | |
| 8 | Timer and progress bar in presenter mode. |
| 9 | |
| 10 | ## Configuration |
| 11 | |
| 12 | ```yaml |
| 13 | --- |
| 14 | duration: 30min |
| 15 | timer: stopwatch |
| 16 | --- |
| 17 | ``` |
| 18 | |
| 19 | ## Options |
| 20 | |
| 21 | - `duration`: Presentation length (default: `30min`) |
| 22 | - `timer`: Mode - `stopwatch` or `countdown` (default: `stopwatch`) |
| 23 | |
| 24 | ## Features |
| 25 | |
| 26 | - Start, pause, reset controls |
| 27 | - Progress bar showing time elapsed/remaining |
| 28 | - Visible only in presenter mode |
| 29 | |
| 30 | ## Duration Format |
| 31 | |
| 32 | - `30min` - 30 minutes |
| 33 | - `1h` - 1 hour |
| 34 | - `45min` - 45 minutes |
| 35 |