tbh1 / sublime-notes

A syntax designed to bring syntax highlighting to every day note taking.
76 stars 17 forks source link

Request: Add checkboxes feature #37

Open chyde opened 5 years ago

chyde commented 5 years ago

In my note taking, I use a lot of checkboxes, and it would be nice if this existed in your package!

Github implements them as
- [x] Finish my changes

However, I usually write them as such
[X] remove unnecessary console logs

Either way, might be nice. Only issue I foresee is that you use square braces for language definitions, but 'X' and ' ' are not languages (yet!)