How can I make the tasks in a task query have links to their respective pages right next to them? #1920
Unanswered
Oneechan69
asked this question in
Q&A
Replies: 0 comments
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 have this query:
Which shows tasks like this:
I also want to group them by tag instead of by link, I know I can change
GROUP BY file.link
toGROUP BY tag
to do so. How can I first group them by tag, then sort all tasks with the same tag by date, and then show the links next to each task like this?Beta Was this translation helpful? Give feedback.
All reactions