Sytone's Ramblings

The occasional posts of a guy who plays with technology.

Obsidian Plugin Query All the Things (Qatt)

2023-06-02 1 min read Obsidian Jon

I have created a new plugin for Obsidian. It uses AlaSQL to query your data stored in Obsidian, once the data is queries you can use templates to display it how you want.

There are other great solutions out there that do similar things like Dataview but I wanted a bit more customization.

Head over to my repo sytone/obsidian-queryallthethings: 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 (github.com) to install the current version. I will work to get it published at some point in Obsidian itself.