chore: consolidate new foundation and archive v1 (#1495)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
---
|
||||
name: presenter-timer
|
||||
description: Timer and progress bar in presenter mode
|
||||
---
|
||||
|
||||
# Presenter Timer
|
||||
|
||||
Timer and progress bar in presenter mode.
|
||||
|
||||
## Configuration
|
||||
|
||||
```yaml
|
||||
---
|
||||
duration: 30min
|
||||
timer: stopwatch
|
||||
---
|
||||
```
|
||||
|
||||
## Options
|
||||
|
||||
- `duration`: Presentation length (default: `30min`)
|
||||
- `timer`: Mode - `stopwatch` or `countdown` (default: `stopwatch`)
|
||||
|
||||
## Features
|
||||
|
||||
- Start, pause, reset controls
|
||||
- Progress bar showing time elapsed/remaining
|
||||
- Visible only in presenter mode
|
||||
|
||||
## Duration Format
|
||||
|
||||
- `30min` - 30 minutes
|
||||
- `1h` - 1 hour
|
||||
- `45min` - 45 minutes
|
||||
Reference in New Issue
Block a user