Skip to content

1.2.7

Choose a tag to compare

@github-actions github-actions released this 07 Aug 19:40
· 53 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.6

Changed — community plugin review

  • The plugin no longer enumerates the vault. The toolbar's note picker now suggests only notes you've already touched — your default note, notes with a remembered cards view, and recently opened notes — and any other note can be reached by typing its name or path. Previously it listed every markdown file.
  • The card editor no longer uses the deprecated document.execCommand. It now owns its undo history, so Tab-indentation edits stay undoable: Ctrl/⌘+Z undoes, Ctrl/⌘+Shift+Z or Ctrl+Y redoes, and menu/gesture undo works too.

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