Action

New Draft in Current Workspace

Posted by sylumer, Last update about 1 year ago - Unlisted

Creates a new draft in the current workspace based on the tags for the current workspace.

Steps

  • script

    let draftNew = Draft.create();
    app.currentWorkspace.tagFilter.split(",").map(strTag => draftNew.addTag(strTag));
    draftNew.update();
    editor.load(draftNew);
    editor.activate();

Options

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