Passing arguments in DataviewJS dv.view() doesn't seem to work? #2061
-
I looked closely at the documentation DataviewJS
And I make this query:
but its empty. This is a shorter version of a longer query I've been trying to work with a lot more columns. It works fine when I write in something for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like the error was in my |
Beta Was this translation helpful? Give feedback.
It looks like the error was in my
dv.view()
query. It should be:await dv.view("Scripts/tasks", {query: "#Obsidian-Tasks"});
(only one set of " quotes)