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: HELP.md
+39-7
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,35 @@ Command | Description
8
8
------- | -----------
9
9
Next Slide | Advances to the next slide in the current document. If at the end of a document, will advance to the start of the next document in the playlist.
10
10
Previous Slide | Moves to the previous slide in the current document. If at the start of a document, will move to the start of the previous document in the playlist.
11
-
Specific Slide | Moves to that slide number. A slide number of `0` will trigger the current slide, which can be used to bring back a slide that was cleared using `Clear All` or `Clear Slide`.
11
+
Specific Slide | Moves to that presentation/slide number. See the `Specific Slide` section below.
12
+
13
+
### Specific Slide
14
+
This action has two parameters:
15
+
16
+
**Slide Number**: Moves to the slide number specified.
17
+
18
+
A whole number greater than 0 will move the presentation to that slide number.
19
+
20
+
A slide number of `0` will trigger the current slide, which can be used to bring back a slide that was cleared using `Clear All` or `Clear Slide`.
21
+
22
+
A relative number (prefixed with `+` or `-`) will move the presentation +/- that many slides. `+3` will jump ahead three slides, and `-2` will jump back two slides. Try to avoid using `-1` or `+1` relative numbers; use the `Next Slide` and `Previous Slide` actions instead, as they perform better.
23
+
24
+
25
+
**Presentation Path**: Lets you trigger a slide in a different presentation, even from a different playlist.
26
+
27
+
*Important: Presentation path numbering starts at 0, meaning `0` will trigger a slide in the first presentation in the playlist.*
28
+
29
+
A single number, like `3`, will let you trigger a slide in the *fourth* presentation in the **current playlist**.
30
+
31
+
A path like `1:3` will trigger presentation #4 in playlist #2.
32
+
33
+
Playlists in groups (or nested groups) are identified using periods. `1.1.0:2` means "The second playlist is a group. The second item in that group is another group. Select the first playlist in that group. Choose the third presentation in the playlist."
@@ -20,6 +48,16 @@ Clear Slide | Clears the current slide (foreground and background)
20
48
Clear Telestrator | Clears all annotations drawn with the telestrator
21
49
Clear to Logo | Clears all the layers and shows the logo image set in ProPresenter
22
50
51
+
### Clear All
52
+
Note: When the `Clear All` action is triggered against ProPresenter for Windows, the current slide will be lost but on Mac it's preserved.
53
+
54
+
For example, if you're on slide #5, trigger `Clear All`, and then trigger `Next Slide`:
55
+
- On Mac you'll be on slide #6
56
+
- On Windows, you'll be on slide #1
57
+
58
+
You can work around this PC limitation by using the `Specific Slide` action with a relative slide number of `+1` to move to the next slide. This would move you to slide #6 after the `Clear All` action.
59
+
60
+
23
61
## Stage Display
24
62
Command | Description
25
63
------- | -----------
@@ -35,9 +73,3 @@ $(propresenter:current_slide) | The number of the active slide (>= 1), or "N/A"
35
73
$(propresenter:total_slides) | The total number of slides in the current document, or "N/A" if unknown.
36
74
$(propresenter:presentation_name) | The name of the current presentation, or "N/A" if unknown.
37
75
$(propresenter:connection_status) | The current connection status to ProPresenter ("Disconnected" or "Connected").
38
-
39
-
40
-
----
41
-
42
-
43
-
FOR BEST PERFORMANCE ADD DOCUMENT TO PLAYLIST (propresenter like to dump loads of info down the connection if you use it directly from the library)
0 commit comments