redsolver / noteless

A Markdown-based note-taking app for mobile devices.
MIT License
496 stars 44 forks source link

Checklist style button and autocomplete #69

Open josh-clarke opened 3 years ago

josh-clarke commented 3 years ago

GFM recognizes and renders the checkbox syntax of Markdown. I find this useful for todo lists.

Example:

- [ ] item one
- [ ] item two

Which renders as:

This works in Noteless if I type it in manually, but I wonder if a button for the checkbox bullet style could be added to the style bar, as well as detection that automatically adds a todo bullet on a new line if it is detected on the previous line?