Write Clipboard Text
Writes plain text to the system clipboard. This block depends on clipboard permissions in the UXP manifest. Values are coerced to text before being written.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
text | yes | expression | string | — |
Notes
- Mutating statement that writes plain text to the system clipboard.
- Input values are coerced to string before writing.
- Requires clipboard access to be available in the plugin environment.
Examples
Export Sequence Markers To YouTube Chapter Text
Prompts for the chapter title source and output mode, then exports active-sequence markers as YouTube chapter lines to the clipboard or a `.txt` file while skipping empty resolved text.
Topics: markers, YouTube chapters, text export, clipboard workflows, save dialogs, marker comments
Source: recipes/ex-markers-export-active-sequence-to-youtube-chapter-text.json