Skip to main content

Write Clipboard Text

Category: User Interface Write Clipboard Text block screenshot

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

InputRequiredValue KindTypesEnum Values
textyesexpressionstring

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.

kind: Recipe · format: persisted-document · validation: Schema only

Topics: markers, YouTube chapters, text export, clipboard workflows, save dialogs, marker comments

Source: recipes/ex-markers-export-active-sequence-to-youtube-chapter-text.json

Download JSON