Action

Checklist Un-checker v2

Posted by Antonio Fortin, Last update over 2 years ago

UPDATES

over 2 years ago

Rename

show all updates...

over 2 years ago

Rename

over 2 years ago

Refactor

over 2 years ago

Refactor

Removes all completed check marks from a checklist.

Works with both the Markdown and TaskPaper formats for tasks.

Steps

  • script

    draft.content = draft.content.replace(/- ?\[x\]/gi, "- [ ]");
    draft.update();
    draft.content = draft.content.replace(/@done(\(.*\))?/gi, "");
    draft.update();

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.