Action

Delete Task

Posted by @nahumck, Last update over 3 years ago - Unlisted

Deletes entire line of text in which the cursor sits.

Steps

  • script

    let [st, len] = editor.getSelectedLineRange();
    editor.setTextInRange(st, len, "");

Options

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