Skip to content

Releases: roovo/obsidian-card-board

0.6.7

02 Dec 14:17
Compare
Choose a tag to compare

New Features

  • customizable column names; for the auto-generated columns (e.g. Untagged, Today, Completed...)
  • completed items shown with strike-through text

0.6.6

27 Nov 21:10
Compare
Choose a tag to compare

New Features

  • Honors the obsidian RTL setting. Not being an RTL language writer/understander this is somewhat experimental!
  • Clicking on any tag rendered on a card opens up the obsidian search for the tag (thanks @darthmachina - I nicked the code to do this from your PR)

0.6.5

26 Nov 12:52
Compare
Choose a tag to compare

Fixes

  • Tags are now recognized (hopefully) inline with how they are in obsidian itself, so can include emoji and any other Unicode character sets.
  • Clarification of CardBoard's interaction with Dataview plugin settings (in the settings dialog).

0.6.4

29 Oct 16:30
Compare
Choose a tag to compare

New Features

Dataview plugin compatibility.

0.6.3

28 Oct 07:22
Compare
Choose a tag to compare
  • improve fuzzy searching in board settings filter multi-select

0.6.2

24 Oct 19:44
Compare
Choose a tag to compare

Bugfixes

fixing more issues with the settings dialog & the filter multiselect as per #98. Hopefully fixed - or at least getting closer :)

0.6.1

24 Oct 12:52
Compare
Choose a tag to compare

Bugfixes

  • there was an issue with the Filters multi-select on the settings pages not being properly reset when adding and deleting boards. Thank you @pcause for spotting! (Hopefully) closes #98.

0.6.0

22 Oct 14:38
Compare
Choose a tag to compare

New Features

Now compatible with Obsidian Tasks format dates (Due and Completed). It will understand either Cardboard or Tasks formatted dates and you can choose which format to use when marking tasks as complete on the board via the plugin settings.

0.5.0

08 Oct 11:05
Compare
Choose a tag to compare

New Features

Ability to hide tags used in the definition of boards:

  • For both date and tag boards, if you specify any tags in the filters there is now a setting to show/hide these tags on the cards on the board.
  • For tag boards, there is now a setting to show/hide the tags used to define the board columns on all cards on the board. The tags are hidden wherever the card is on the board.

For both of these, only tags which exactly match are hidden.

0.4.1

05 Oct 19:25
Compare
Choose a tag to compare

New Features

  • Allows boards to be scaled using a css snippet (requested in #80)