xit
xit copied to clipboard
A plain-text file format for todos and check lists
As [discussed here](https://github.com/jotaen/xit/discussions/10), an item group could have an additional, optional description underneath the headline, like so: ``` MONDAY Today, I need to really need to take care of the...
Apart from the currently supported statuses `[ ]` (open), `[x]` (checked), `[@]` (ongoing), and `[~]` (obsolete), there might be more useful ones. I think the overall number of statuses should...
A “letter” (the allowed character class for [tags](https://github.com/jotaen/xit/blob/main/Specification.md#tag)) is currently defined as “a character from the Unicode Letter category (L)”. [This comment suggests](https://news.ycombinator.com/item?id=32560102) that it would be better to use...