octalmage / Marknote

Markdown Note Taking.
36 stars 13 forks source link

Make checkboxes clickable! #11

Closed octalmage closed 8 years ago

octalmage commented 10 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!

octalmage commented 10 years ago

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.