Action

Get templates info

Posted by @sylumer, Last update almost 2 years ago - Unlisted

Steps

  • script

    let workspace = Workspace.create();
    workspace.tagFilter = "template";
    workspace.setAllSort("name", false, true);
    let drafts = workspace.query("all");
    let astrDrafts = drafts.map(x => x.uuid + " : " + x.displayTitle);
    app.setClipboard(astrDrafts.join("\n"));
    app.displayInfoMessage("Copied info for " + drafts.length + " drafts");
    

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.