Releases: nothingislost/obsidian-query-control
Releases · nothingislost/obsidian-query-control
0.6.0
0.5.3
0.5.2
- Embedded queries should work again (including the nav bar) based on my minimal testing
0.5.1
0.5.0
- Initial support for backlinks
0.4.0
- 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
- 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
- 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
- Fixed a bug in the hide title/result default setting
- Added a super secret feature
0.1.0
- 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