Action
Checklist Un-checker
Removes all completed check marks from a checklist. Uses the standard - [ ]
/- [x]
format for tasks.
Steps
-
script
draft.content = draft.content.replace(/- \[x\]/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.