TodoTxtMac icon indicating copy to clipboard operation
TodoTxtMac copied to clipboard

Enh: When sorting, would be nice to have option to show in a tree view

Open darrenkenny opened this issue 10 years ago • 2 comments

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.

darrenkenny avatar Jul 31 '14 16:07 darrenkenny

This feature is definitely on the long-term roadmap. It requires a pretty big reengineering effort though.

Michael Descy [email protected]

mjdescy avatar Jul 31 '14 21:07 mjdescy

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 ...

DSigmund avatar May 09 '19 12:05 DSigmund