1.2.6
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
gapshorthand instead ofcolumn-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!importantremains in the stylesheet.
No behaviour changes.