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 #31
- feat: Extract block link from task as column to query by @sytone in #35
Full Changelog: 1.2.1...1.3.0