Skip to content

1.2.8

Choose a tag to compare

@github-actions github-actions released this 08 Aug 03:07
· 50 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 from the Obsidian community plugin directory (Settings → Community plugins → Browse → "Single File Section Cards"), or with BRAT via jordanlong121/singlefilesectioncards, or by downloading the three files below into <vault>/.obsidian/plugins/single-file-section-cards/.

Changes since 1.2.7

New

  • Drag paragraphs and tasks from one card to another. Grab any top-level task (its sub-items come along) or paragraph and drop it on another card — before or after a specific block, shown by an accent line, or anywhere on the card to append to that section. Same-card drops reorder within the section. Works in every sort order and layout. The move is verified against the file at write time, so a stale card refuses rather than moving the wrong lines; fenced code, headings, quotes and tables aren't draggable.

Fixed

  • Ctrl/⌘+Enter reliably saves the open card editor. The shortcut is now registered in the view's keymap scope (so other plugins' global hotkeys can't swallow it) and works regardless of where focus sits — textarea, buttons, or after clicking the card's padding.

Release assets are built and attested in CI from this tag.