Closed octalmage closed 8 years ago
I really want this feature, and I don't think it will be that hard. I can watch for checkbox status changes then modify the markdown in memory!
I think I'm going to use regex to match the markdown used to make the checkbox, then replace the [x] or [ ] with the correct status.
[x]
[ ]
I really want this feature, and I don't think it will be that hard. I can watch for checkbox status changes then modify the markdown in memory!