Skip to content

1.3.4

Choose a tag to compare

@jordanlong121 jordanlong121 released this 12 Aug 01:30
· 18 commits to main since this release

Changes since 1.3.3

Improvements

  • Vertical layout: pinned cards split the pane height evenly. With "Keep pinned cards on screen" on, the pinned column now divides the pane's full height among the pinned cards — one card takes it all, two take half each, and so on — with each card body scrolling inside its share. Previously every pinned card was capped at 240px and the column scrolled as a whole.
  • Vertical layout: editing fills the card. Opening the editor in a Vertical-layout card (pinned column included) now stretches the editor to the card's full height with the footer pinned beneath it, matching how blown-up and Custom Grid cards already behaved.

Fixes

  • Removed the stylesheet's only !important (flagged by Obsidian's plugin QC): stale masonry row spans are now cleared in code when a card moves into the pinned band, instead of being overridden in CSS.

Full Changelog: 1.3.3...main