Skip to content

Releases: jillro/obsidian-cards-view-plugin

1.9.0

28 Dec 12:08
Compare
Choose a tag to compare

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

28 Dec 12:01
Compare
Choose a tag to compare
1.9.0-rc1 Pre-release
Pre-release

Release candidate for 1.9.0-rc1

1.9.0-beta2

27 Dec 16:38
Compare
Choose a tag to compare
1.9.0-beta2 Pre-release
Pre-release

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

23 Dec 21:36
Compare
Choose a tag to compare
1.9.0-beta1 Pre-release
Pre-release

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

23 Dec 09:33
Compare
Choose a tag to compare
  • Fix a bug on search which could lead to incorrect results

1.8.0

20 Dec 23:59
Compare
Choose a tag to compare
  • 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 are block:, section: and task*: 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

11 Nov 18:23
Compare
Choose a tag to compare
  • New feature : pin notes at the top of the view

1.6.0

02 Nov 10:29
Compare
Choose a tag to compare
  • Images are displayed full width
  • Embed notes and dataviews are limited in height (Fix for #3 and #13)

1.5.0

19 Oct 23:01
Compare
Choose a tag to compare
  • add a setting to chose to hide either filename or # First title when both are present (#11)
  • (internals) refactor summary rendering

1.4.1

06 Sep 13:38
Compare
Choose a tag to compare
  • Fix a bug causing tags in front matter to be ignored in search results