The Query All The Things plugin empowers Obsidian users with the ability to execute flexible SQL-based queries against their vault data, including content from the Obsidian API and DataView. The plugin allows users to filter, organize, and extract information based on specific needs, rendering the results using customizable Handlebars templates in either HTML or Markdown formats. Users can also extend functionality by creating custom Handlebars helpers for tailored outputs. Designed for advanced data manipulation, this plugin is a powerful tool for those looking to enhance the organization and accessibility of their notes.
Query All The Things (qatt) v1.3.0 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Features
- add markdown table helper and update Obsidian library reference (b9d2cc1)
- enable page property to be queried. (099228d)
- Extract block link from task as column to query (#35) (fd98967), closes #34
- query: added RAND as a SQL function (1dde0d5)
- render: added ability to prompt for input using sql helper to generate link (1d298c5)
Documentation
- add csv loaded from web example (cbb8de1)
- fix spelling (fa29a00)
- update markdowntable helper documentation (a4b5e22)
Bug Fixes and Changes
- pass app to post renderer (154d9bb)
- query: added block link to the insert and update to avoid duplicate entries (32aebb1)
- remove extra logging (3f34c55)
- update post render to use MarkdownPreviewView.render (cb30671)
Internal
- add example web based csv file (1c1e796)
- deps: bump the npm_and_yarn group with 3 updates (#31) (e832483)
- remove xo extension recommendation (0593bf1)
What's Changed
- build(deps): bump the npm_and_yarn group with 3 updates by @dependabot in https://github.com/sytone/obsidian-queryallthethings/pull/31
- feat: Extract block link from task as column to query by @sytone in https://github.com/sytone/obsidian-queryallthethings/pull/35
Full Changelog: https://github.com/sytone/obsidian-queryallthethings/compare/1.2.1…1.3.0