TodoTxtMac icon indicating copy to clipboard operation
TodoTxtMac copied to clipboard

Group by Sort Filter

Open davidwoodhouse opened this issue 8 years ago • 3 comments

Would it be possible to add the option to group items together as is seen in the sort filters of Todotxt.net and SwiftoDo?

I find it much easier to work with large lists when there is a clear demarcation between whatever I am sorting on, be that projects or priorities etc.

davidwoodhouse avatar Jun 04 '16 14:06 davidwoodhouse

I would like this too, but it would require a rewrite of the app's data structure and a change from cell-based to view-based tables. I have been concentrating mostly on SwiftoDo for iOS (which does have this feature), which is one reason I have not worked in this feature.

mjdescy avatar Jun 04 '16 15:06 mjdescy

That makes sense. Thanks for letting me know

davidwoodhouse avatar Jun 04 '16 15:06 davidwoodhouse

I am all for this! I 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 15 '19 21:05 DSigmund