Action

Copy

Posted by agiletortoise, Last update over 5 years ago

Copy selected text to clipboard.

Steps

  • script

    // copy current selection to clipboard
    var text = editor.getSelectedText();
    app.setClipboard(text);
    

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.