How do I insert a simple check box and check it when I need to and uncheck it if I want it empty in the editor pane?
2 Likes
Not sure if I got the question right, but if it’s simply about inserting checkboxes, then you can use the syntax.
- [ ] item 1
- [ ] item 2
Or, when the cursor is on a line, press ctrl + enter
or (cmd + enter
if you’re on Mac) to toggle a checkbox. Toggle here means insert a checkbox if not exists, and if the checkbox is not checked then check it, if the checkbox is checked then uncheck it.
13 Likes
Got it! Thanks!
Is there a way to filter by checkbox status using Search or DataView?
2 Likes