Releases: jillro/obsidian-cards-view-plugin
Releases · jillro/obsidian-cards-view-plugin
1.9.0
This release focuses on search features and performances :
- Search queries can be saved for quick access, and will be displayed where quick to tags were previously displayed. By default, saved search queries are the list of tags, so change will be transparent
- Batch updates and caching on search results
- Optimization of display updates when search results change
- Reduce animation bugs by handling them at the Card component level
1.9.0-rc1
Release candidate for 1.9.0-rc1
1.9.0-beta2
Second beta version for 1.9.0. Use BRAT if you want to use this beta.
All changes from 1.9.0-beta1 plus :
- Batch update of search results
- Better search results caching
- Optimization of display updates from search results
- Reduce animation bugs by handling them at the Card component level
1.9.0-beta1
First beta version for 1.9.0. Use BRAT if you want to use this beta.
- Search queries can be saved for quick access, and will be displayed where quick to tags were previously displayed. By default, saved search queries are the list of tags, so change will be transparent.
- Most settings are now reactive. Previously, they were only applied when opening a new view.
1.8.1
- Fix a bug on search which could lead to incorrect results
1.8.0
- Add support for most of Obsidian official search plugin syntax. You can now do complex queries such as
lorem OR (ipsum -tag:#Tag1)
. The only difference from official search plugin syntax areblock:
,section:
andtask*:
operators, which are not implemented. - Add a Base query setting which allow to configure which notes are displayed in Card view when you open it. With a
-(negative query)
, this can be used to exclude a folder, exclude a particular tag, or simply hide notes matching a particular keyword.
1.7.0
- New feature : pin notes at the top of the view
1.6.0
1.5.0
1.4.1
- Fix a bug causing tags in front matter to be ignored in search results