Skip to content

Releases: sytone/obsidian-queryallthethings

1.3.0

10 Jun 23:22

Choose a tag to compare

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

18 Oct 23:46

Choose a tag to compare

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

  • make the release notes automatically (41cec67)
  • try alternative creation approach (8c95085)

Documentation

Full Changelog: 1.2.0...1.2.1

1.2.0

02 Oct 20:38

Choose a tag to compare

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

  • render: add relational operators to handlebars requested in #25 (7a4da44)

Full Changelog: 1.1.3...1.2.0

1.1.3

02 Oct 05:58

Choose a tag to compare

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

02 Oct 05:16

Choose a tag to compare

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

01 Sep 20:23

Choose a tag to compare

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

01 Sep 19:32

Choose a tag to compare

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

  • allow index updating notice to be disabled (#21) (4750ea3), closes #20

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

Full Changelog: 1.0.2...1.1.0

1.0.2

29 Jun 22:44

Choose a tag to compare

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 content fiels in the obsidian_notes table.
  • 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_tasks and obsidian_lists tables. These will replace obsidian_markdown_notes, obsidian_markdown_tasks and obsidian_markdown_lists in the long term.

Full Changelog: 1.0.1...1.0.2

1.0.1

23 Jun 23:42

Choose a tag to compare

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

02 Feb 21:49

Choose a tag to compare

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