It is clear that Tasks are ordered by their “Due” date on the tasks tab, but from the documentation, it’s not clear how Tasks are ordered if there are multiple tasks with the same “Due” date.
- What is the sort algorithm for displaying tasks that have the same “Due” date?; and
- Is there a way to coax a desired second/third order sort by creatively naming something or perhaps the placement/order of the task definition in
app_settings.json
(like in Targets)?
I see there is a priority
property, but from what I can tell, it doesn’t control the order of tasks, it only “decorates” the task differently with an additional line of text and perhaps a different icon.
For reference, issue #5997 is related/relevant.