Action

List all tags

Last update almost 5 years ago - Unlisted

Steps

  • script

    let draftNew = Draft.create()
    draftNew.content = [...new Set([].concat(...Draft.query("", "all", []).map((currentDraft) => currentDraft.tags)))].sort();
    draftNew.content = draftNew.content.replace(/,/g, "\n");
    draftNew.update();
    editor.load(draftNew);
    editor.activate();

Options

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