obsidian-queryallthethings
obsidian-queryallthethings copied to clipboard
Query all your data stored in Obsidian, this plugin allows SQL based queries against the data collections available in Obsidian and Dataview. Output can then be rendered by Handlebars
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
There is an example implementation here: https://github.com/ytliu74/obsidian-pseudocode/blob/master/src/auto_complete.ts It should be able to auto complete based on the yaml section it is in. So if in query then all the sql...
Hi! I'm DESPERATELY trying to find a digital garden solution that will support my precious Dataview tables. Your website (https://sytone.dev/obsidian-queryallthethings/) is one of the few i've seen that ACTUALLY DEMONSTRATE...
**Describe the bug** When I change a file that is being scraped by a qatt query with templates, the results are not immediately refreshed. Hence, a manual qatt refresh is...
**Describe the bug** qatt blocks do not render. It seems that dataview interferes the qatt cache building. Tested with Version 1.1.1 to 1.1.3 **To Reproduce** Steps to reproduce the behavior:...
Example for customJSForSql works fine. but I cannot write code for customJSForHandlebars. could you give me some examples?
**Describe the bug** Every qatt query is stuck in a loop and does not render. **To Reproduce** Steps to reproduce the behavior: 1. Go to any markdown file containing a...
I have tried finding simple examples of the use of AlaSQL in the most mundane of cases. Just getting a list of all unique values from an array field. I...