A few Draft updates today:
- Markdown Todos
- WebHooks
- REST API
- Over 75,000 documents
Markdown Todos
There are so many software tools for task/todo lists. But it’s funny how unportable those todos are from system to system.
I really like what Github did.
They created a style of text (Markdown) that can be easily understood as a task/todo list in plaintext, while remaining easily parsed by software. I want this to spread. So Draft now supports Github-style Markdown todos.
Create a todo list like this:
- [ ] Write the documentation
- [ ] Get tickets
And when you’re viewing a document it will look like this:
If you check one of those boxes or labels:
your document’s text will automatically be updated with an ‘x’.
- [x] Write the documentation
- [ ] Get tickets
I keep multiple Draft tabs open now, with one of them being a Draft todo list.
There’s also a...