TodoTxtMac
TodoTxtMac copied to clipboard
Enh: When sorting, would be nice to have option to show in a tree view
When sorting a large number of tasks, it can be hard to see where one context/project starts and another ends.
It might be nice to be able to present a view, similar to the todo.sh projectview or view project add-ons, where the title is the parent in a tree, and the tasks in that project/context are children of that parent, e.g.
- Project1
- 01 item 1
- Project2
- 02 item 2
- 04 item 4
- Not in projects
- 03 item3
An example image where this is being done:
- http://i.stack.imgur.com/cZDkj.jpg
I do realise, that some people have two project or contexts assigned to some tasks, and I don't think it would be unreasonable to show them duplicated, as long as the model underneath each of these was the same, so updating one, would update both in the view.
This feature is definitely on the long-term roadmap. It requires a pretty big reengineering effort though.
Michael Descy [email protected]
I am all for this! Instead of a tree view, a nice little "breakline" think html
would be nice :-)
Example: (sort by due date)
task due:2019-05-05 task2 due:2019-05-05
task3 due:2019-05-06
task4 due:2019-05-10 ...