Skip to content

Releases: nothingislost/obsidian-query-control

0.6.0

27 Aug 19:41
Compare
Choose a tag to compare
  • Added the "Render Markdown" control back to the native search component
  • Updated the minimum required Obsidian version to 1.2.x

0.5.3

27 Aug 16:22
Compare
Choose a tag to compare
  • Fixes #22 where backlinks don't update under certain scenarios

0.5.2

27 Aug 01:42
Compare
Choose a tag to compare
  • Embedded queries should work again (including the nav bar) based on my minimal testing

0.5.1

26 Aug 17:23
Compare
Choose a tag to compare
  • Merged fix from @zhao414 to get the plugin to at least not throw errors constantly.
  • Functionality is still degraded due to changes in the Obsidian internals
  • I'll take a look at restoring the impacted features but no promises on how long that might take

0.5.0

07 Jul 04:25
Compare
Choose a tag to compare
  • Initial support for backlinks

0.4.0

21 Jun 02:30
Compare
Choose a tag to compare
  • Updates to work with Obsidian 0.15.x
  • Please restart Obsidian after upgrading the plugin
  • This version should be backwards compatible with 0.14.x but it offers no new features so if you're on 0.14.x, stick with 0.3.1 for now

0.3.1

02 Mar 00:31
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Fixed an issue where the search result heights would get messed up after collapsing the sidebar
    • An app reload is needed after the update in order to pick up the changes

0.3.0

01 Mar 19:34
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Renamed the plugin from obsidian-embedded-query-control to obsidian-query-control
    • If you already had the plugin installed, you'll probably need to uninstall the old obsidian-embedded-query-control plugin
  • Added the option to render the markdown within search results
    • Search results are rendered using the Reading Mode processor and supports most of the Reading Mode features
    • Rendered checkboxes can be clicked directly from search results
    • Nested lists and headers can be collapsed/expanded
    • Links are rendered and clickable
    • A new embedded query attribute has been added renderMarkdown: true | false
    • Render markdown has been added to embedded queries and the native sidebar search
      • An app restart will be needed to get the native sidebar search to update

0.2.1

16 Feb 23:27
4de14f7
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Fixed a bug in the hide title/result default setting
  • Added a super secret feature

0.1.0

16 Feb 17:31
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Fixed button nav styling
  • Added a button to hide the query title
  • Added a button to hide the query results
  • Added the "copy results" button
  • Added configurable defaults for hide query title and hide query results
  • Added support for query controls in reading mode