Hey! Is there an easy way to clear all the checked checkboxes on a page?
I’ve been disabling and reenabling the checkbox formatting for the list, which does the job, but when I have checklists with headings I have to go through and do each section separately. I’d love a way to reset all the boxes in the document!
1 Like
On Mac you can select all the note text with CMD+A and use Format > ToDo > Mark As Incomplete.
2 Likes
Awesome! Anything comparable on iOS?
No, I’m afraid an analogue command is not available on iOS.
After some playing around, a search and replace using the markdown symbols (replacing [X]
with [ ]
) works pretty well, although it’s a bit of typing to do each time.
Thanks for your help, and if you’re taking feature requests please add this one to the list!