chore: consolidate new foundation and archive v1 (#1495)

This commit is contained in:
2026-09-07 12:32:57 -05:00
3511 changed files with 727899 additions and 10 deletions
@@ -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