Replies: 4 comments
-
My existing grouping implementation is bad, but this will be improving soon; I'll be changing GROUP BY to allow for actually nesting groups. |
Beta Was this translation helpful? Give feedback.
-
It would also be very useful if header can be treated as a level of nesting groups, as it can be especially useful for files with many tasks. For instance, one can easily query and group uncompleted tasks (by header) within one file without losing structure and context. The following discussions may be related: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
mnvwvnm in Discord helped me with this code
where I am grouping all Tasks by file name first and then by Status(Inline key). It repeats the file name for each Status grouping. Can you give me an example on how to use dv.tasklist() to do this or how to use Task queries? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When having a large number of tasks, it would be very useful to be able to group tasks in an embedded manner. For instance, tasks can be grouped in the following level: Due date > Priority > File path. This way, one can see tasks more visually friendly.
Moreover, it would also be very useful to add separators when sorting tasks. For instance, below tasks with the priority 1, there can be a grey horizontal line that separates tasks with priority 2.
Based on the above, it may also be very useful to support embedded grouping and add separators for table queries.
Beta Was this translation helpful? Give feedback.
All reactions