Releases: sytone/obsidian-queryallthethings
1.3.0
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
1.2.1
Query All The Things (qatt) v1.2.1 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Features
- update examples approach to allow collaboration and also fix await issue for MD table import (fea8d6e)
Internal
Documentation
- add csv example (398f9b8)
Full Changelog: 1.2.0...1.2.1
1.2.0
Query All The Things (qatt) v1.2.0 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Features
Full Changelog: 1.1.3...1.2.0
1.1.3
Query All The Things (qatt) v1.1.3 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Documentation
- add content field to the obsidian_notes reference (30086c6)
Bug Fixes and Changes
- make first load just run and then the debounce use the debounce window. (e575bc3)
- use p-debounce to handle delayed cache updates (2d39823)
Full Changelog: 1.1.2...1.1.3
1.1.2
Query All The Things (qatt) v1.1.2 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Bug Fixes and Changes
- allow the debounce to be disabled as it is not working on page renames correctly (700b6e3)
Full Changelog: 1.1.1...1.1.2
1.1.1
Query All The Things (qatt) v1.1.0 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Bug Fixes and Changes
- ensure single tags are treated as an array and not a string. (7114ba2)
Full Changelog: 1.1.0...1.1.1
1.1.0
Query All The Things (qatt) v1.1.0 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Features
Bug Fixes and Changes
- add pnpm version to vitepress publish (40b31fd)
Documentation
- cleanup obsidian_markdown_notes references (f1eadc2)
- cleanup ordering and retire notices (2e5144a)
- correct links and add version (963c7ce)
- move logo to public folder (55677c4)
- move to vitepress (e065eab)
- update logo and homepage links and information (190949d)
Internal
- package updates (4d7522b)
- remove old jekyll files (d9cbd41)
- rename action for beta release (5ca0dfa)
Full Changelog: 1.0.2...1.1.0
1.0.2
Query All The Things (qatt) v1.0.2 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Fix
- Add note content to the
contentfiels in the obsidian_notes table.- Closes #19
- Fix updating/inserting of tasks and list when a note changes. Was only updating them and not adding new list items or tasks.
Documentation
- Added pages for the
obsidian_notes,obsidian_tasksandobsidian_liststables. These will replaceobsidian_markdown_notes,obsidian_markdown_tasksandobsidian_markdown_listsin the long term.
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- build(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.9 by @dependabot in #12
Full Changelog: 0.9.0...1.0.1
0.10.0
Query All The Things (qatt) v0.10.0 Release 🎉
You can download the documentation and example vault to open in obsidian to see the queries in action here.
Features
- Add obsidian handlebars helper and JoinArray SQL function
- Add settings to disable missing DataView and CustomJS plugins notification
- Add EXTRACTLINE and LINEINDEX SQL functions
- Enable processing of DataView Inline fields for use in tasks (
obsidian_markdown_tasks table), closes #11
Documentation
- Multiple updates to the structure and generated documentation to make it more consistent and to enable live examples if the documentation is opened as an Obsidian vault.
Full Changelog: 0.9.0...0.10.0