Replies: 1 comment 1 reply
-
I think I've figured out an answer to my own question, but now I wonder if the experts here can point me to a more elegant method. Here is what I cooked up for a
The idea is to group tasks with inline tags (or file-level tags) that match The clunky part is the nested Is there a more elegant solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like some help writing a dataview query.
I use many tags (
aaa
,bbb
,...zzz
) on my tasks. Some tags are particularly special (qqq
andwww
).I want to group tasks by tags
qqq
andwww
. Tasks that have neither special tag will be listed among the ungrouped.Example:
The above would be grouped as:
Beta Was this translation helpful? Give feedback.
All reactions