Skip to content

1.2.6

Choose a tag to compare

@jordanlong121 jordanlong121 released this 07 Aug 19:25
· 59 commits to main since this release

An Obsidian plugin that shows the sections of one note as a wall of editable cards — built to pair with Single File Daily Notes.

Install with BRAT: add jordanlong121/singlefilesectioncards as a beta plugin (existing BRAT installs pick this version up automatically), or download the three files below into <vault>/.obsidian/plugins/single-file-section-cards/.

Changes since 1.2.5

Changed — community plugin review (CSS lint)

  • The card grid uses the gap shorthand instead of column-gap, which the lint mapped to the partially-supported multicolumn feature. Identical layout.
  • The scrollbar opt-in (for themes that hide scrollbars globally) now wins on selector specificity instead of !important — no !important remains in the stylesheet.

No behaviour changes.