Does dataview not display note title anymore while displaying tasks? #1119
Answered
by
aravindintel
aravindintel
asked this question in
Q&A
-
I have two vaults one withreleased dataview and the other with BRAT. In the BRAT version (0.5.18) the tasks are not grouped by the note they are from. is there any way to have this as an option ? I really liked the tasks grouped this way as at a glace I could see where it came from. |
Beta Was this translation helpful? Give feedback.
Answered by
aravindintel
May 27, 2022
Replies: 1 comment
-
Answering my own question, I am able to add this capability using this line, Seems like the default behavior changed but capability exists underneath. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aravindintel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering my own question, I am able to add this capability using this line,
GROUP by file.name
Seems like the default behavior changed but capability exists underneath.