Action

Yellow

Last update over 1 year ago - Unlisted

Insert the contents of the system clipboard.

Steps

  • script

    var text = editor.getSelectedText();
    editor.setSelectedText("");
    app.setClipboard(text);
  • insertText

    template
    {==[[clipboard]]==}
  • script

    editor.activate();

Options

  • After Success Nothing
    Notification Error
    Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.