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/Basic Usage.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ Prompting is, primarily, just text input. However, there are some special option
82
82
- An entry can contain the syntax of eg `1-5` to automatically select a number from 1 to 5. For example, `<random:1-3, blue>` will give back any of: `1`, `2`, `3`, or `blue`.
83
83
- You can repeat random choices via `<random[1-3]:red, blue, purple>` which might return for example `red blue` or `red blue purple` or `blue`.
84
84
- You can use a comma at the end like `random[1-3,]` to specify the output should have a comma eg `red, blue`.
85
+
- This will avoid repetition, unless you have a large count than number of options.
85
86
- You can use the syntax `<wildcard:my/wildcard/name>` to randomly select from a wildcard file, which is basically a pre-saved text file of random options, 1 per line.
86
87
- Edit these in the UI at the bottom in the "Wildcards" tab.
87
88
- You can also import wildcard files from other UIs (ie text file collections) by just adding them into `Data/Wildcards` folder.
0 commit comments