You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): update readme with timer system documentation
- Add timer feature description to main features list
- Add `t` key binding documentation for timer toggle
- Add timer display section explaining total and per-slide timing
- Document automatic timer behavior during slide transitions
-**Presentation timer**: Built-in timer system with per-slide and global timing
36
+
- Toggle timer display with a single key
37
+
- Track time spent on each slide
38
+
- Monitor total presentation duration
39
+
- Automatic pause/resume during slide transitions
35
40
36
41
## Installation
37
42
@@ -69,6 +74,7 @@ kyma version
69
74
-**Next slide**: `→`, `l`, or `Space`
70
75
-**Previous slide**: `←` or `h`
71
76
-**Quit**: `q`, `Esc`, or `Ctrl+C`
77
+
-**Toggle timer**: `t` - Shows/hides the timer display with total and per-slide timing
72
78
73
79
## Configuration
74
80
@@ -145,6 +151,21 @@ style:
145
151
146
152
Layout can also be specified as a combination: `layout: center,right`
147
153
154
+
### Timer Display
155
+
156
+
The timer display shows two timing metrics:
157
+
158
+
- **Total**: The total duration of the presentation
159
+
- **Slide**: The time spent on the current slide
160
+
161
+
The timer display appears as an overlay in the top-left corner of the screen when toggled with the `t` key. The timer automatically:
162
+
163
+
- Starts when the presentation begins
164
+
- Pauses when switching slides
165
+
- Resumes when a new slide is displayed
166
+
- Maintains separate timing for each slide
167
+
- Preserves timing state during navigation
168
+
148
169
### Global Configuration
149
170
150
171
Kyma supports a global configuration file that can be used to set default styles and create named presets. The configuration file can be placed in either:
0 commit comments