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
Copy file name to clipboardExpand all lines: docs/src/content/docs/features/overview-dashboard.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,29 +13,29 @@ Demo Time includes an Overview dashboard that gives you a high-level view of you
13
13
14
14
## Opening the Overview
15
15
16
-
Open the Overview with the command `Demo Time: Overview` from the Command Palette (Cmd/Ctrl+Shift+P). The dashboard opens in a new panel and shows all demos defined in your act file along with their status and metadata.
16
+
Open the Overview with the command `Demo Time: Overview` from the Command Palette (Cmd/Ctrl+Shift+P). The dashboard opens in a new panel and shows all scenes defined in your Act file along with their status and metadata.
17
17
18
18
## What the Overview shows
19
19
20
-
-Demo list: A table or grid of demos with title, description, and status (enabled/disabled).
21
-
- Slide counts: The number of slides per demo and the total slides in the current group.
22
-
- Current session: If a presentation is active, the overview highlights the currently playing demo and slide.
23
-
- Quick actions: Start/stop a demo, jump to a specific slide, open demo settings, or run a demo by ID.
20
+
-Scene list: A table or grid of scenes with title, description, and status (enabled/disabled).
21
+
- Slide counts: The number of slides per scene and the total slides in the current group.
22
+
- Current session: If a presentation is active, the overview highlights the currently playing scene and slide.
23
+
- Quick actions: Start/stop a scene, jump to a specific slide, open scene settings, or run a scene by ID.
24
24
25
25
## Actions and shortcuts
26
26
27
27
From the Overview you can:
28
28
29
-
- Start a demo or open the demo presenter view.
29
+
- Start a scene or open the presenter view.
30
30
- Run a scene step-by-step or jump directly to a slide.
31
-
- Open the demo configuration editor for quick edits.
31
+
- Open the act configuration editor for quick edits.
32
32
33
-
These actions are exposed as toolbar buttons inside the dashboard and can also be triggered via the demo actions and automation steps described elsewhere in the docs.
33
+
These actions are exposed as toolbar buttons inside the dashboard and can also be triggered via the scenes and automation moves described elsewhere in the docs.
34
34
35
35
## When to use the Overview
36
36
37
-
- Before a talk: verify demos, order, and slide counts.
38
-
- During rehearsal: quickly jump between demos and slides to rehearse specific parts.
39
-
- Live presenting: monitor the current demo and use quick actions to recover from mistakes or skip ahead.
37
+
- Before a talk: verify scenes, order, and slide counts.
38
+
- During rehearsal: quickly jump between scenes and slides to rehearse specific parts.
39
+
- Live presenting: monitor the current act and use quick actions to recover from mistakes or skip ahead.
0 commit comments