aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 287 forks source link

Implementing the complete GTD system #384

Open heliocarbex opened 6 years ago

heliocarbex commented 6 years ago

Improve the tag system to highlight context, time available, energy available and priority(implemented).

spfeifer222 commented 4 years ago

I like to support this request, especially estimated time to complete a task in order to decide what could I finish in a given period of time. This could be (badly) done by @<tags>, e.g. @10min. But this solution is lacking of looking for tasks, which estimated time is under or equal a special value (e.g. 30 min). I would highly appreciate this feature.

My suggestion: a special time tag: t=<value> with t= as estimated time tag identifier. Personally I am not sure about, but I think only supporting minutes is a good starting point.