Action
Checklist Un-checker v2
UPDATES
about 3 years ago
Rename
about 3 years ago
Rename
about 3 years ago
Refactor
about 3 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.