Query dataview #8
Replies: 4 comments
-
Nothing currently exists for that, but looking at the dataview repo, it does look like there's a usable public API for that: https://github.com/blacksmithgu/obsidian-dataview/blob/master/src/typings/api.d.ts#L79. So, it looks like it'd probably be pretty easy to add a new query format to the |
Beta Was this translation helpful? Give feedback.
-
I spent a couple hours looking into this this weekend, and it's apparently not quite as easy as it looked. Although some parts of the dataview API are exposed, the query parser is not: blacksmithgu/obsidian-dataview#374. I've pushed up the in-flight changes in the branch |
Beta Was this translation helpful? Give feedback.
-
Actually: apparently since my writing that previous message, this is actually possible now: blacksmithgu/obsidian-dataview#374 (comment). |
Beta Was this translation helpful? Give feedback.
-
Support for Dataview DQL queries was added in v1.4.0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Cool plugin. Using it together with n8n desktop, awesome stuff.
Question though, would it be possible to execute dataview queries?
Beta Was this translation helpful? Give feedback.
All reactions