jgm / djot.js

JavaScript implementation of djot
MIT License
141 stars 15 forks source link

TaskListItem with TaskStates (instead of a checkbox) #80

Open mikekasprzak opened 6 months ago

mikekasprzak commented 6 months ago

Inspired by the conversation in #53 and #55 on org-mode, this draft PR is an alternative to #53 that changes the grammar of TaskListItem from containing a checkbox with checked and unchecked states, to containing the status of a task instead: finished, unfinished, and inprogress.

Some notes: