coddingtonbear / obsidian-local-rest-api

Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.
MIT License
607 stars 56 forks source link

Enabling dataview DQL task queries on /search/ #124

Closed guilherme-kenzo closed 1 month ago

guilherme-kenzo commented 1 month ago

I'm working on a small project that requires task type dataview DQL queries and realized that obsidian-local-rest-api only supports TABLE type queries.

Is there any particular reason for this limitation? If not and the project is accepting contributions, I might take a go at it.