HeroBlackInk / ultimate-todoist-sync-for-obsidian

GNU General Public License v3.0
145 stars 20 forks source link

Support for task statuses other than done/not done #51

Open tophee opened 1 year ago

tophee commented 1 year ago

It looks like the plugin currently only recognizes tasks as tasks when they are either completed (- [x] or n -[ ]. Other task statuses like questions (- [?]) or "in progress" (- [/]) are not recognized as tasks.

It would be great if the plugin could detect any such pattern as a task (i.e. no matter what is between the square brackets). Assuming that this job is done by a regex, it would be a rather easy code change. However, it would probably be necessary to define some more statuses as "done", i.e. they should be treated by Todoist as done, such as - [-] for cancelled.