MattFlower / organized

Outlining, scheduling, and todos inside of the Atom Editor
MIT License
114 stars 19 forks source link

Feature request: Configurable TODO tags #50

Open OrvGull opened 4 years ago

OrvGull commented 4 years ago

I'd like the ability to have a custom list of TODO tags, in order to more finely indicate the state of an item. For example, in Emacs org-mode I have the following list I can cycle through:

TODO WAITING BLOCKED DONE CANCELED

(The first three are uncompleted, the last two show as completed.)

OrvGull commented 4 years ago

Note, in Emacs org-mode this can be controlled per-file with a settings line like the following: #+TODO: TODO WAITING BLOCKED | DONE CANCELED However for my use case a global configuration setting is fine.

dergigi commented 3 years ago

It's a shame this project isn't maintained anymore.

Here is where you could set this up for yourself if you'd be so inclined: https://github.com/MattFlower/organized/blob/master/lib/item-finder.coffee#L7

There is probably some more code to adjust, but my guess is this wouldn't be rocket science to implement.