Skip to content

What is the best way to model the main task / sub task relation using this plugin? #2820

Answered by claremacrae
jerrylususu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, there's a lot to unpack there, so I may not cover everything in the first go, in what time I have available to answer this.

It seems to me like you want:

```tasks
group by filename
sort by due
```

The group headings are sorted alphabetically.

Then inside each group, the tasks are sorted by the sort by line(s).

(Project 2 is displayed first since the earliest task in it is due on 05-13, then Project 1 since the earliest task in it is due on 05-16)

I do not believe this is possible. There is a custom grouping mechanism but it does not have access to the tasks inside the group.

A good workaround would be to rename your files to put the due date at the start of the file name, like:

  • 20…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jerrylususu
Comment options

Answer selected by jerrylususu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants