Skip to content

Releases: zeiosmb/obsidian-boardwalk

Release list

0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 21:40

Boardwalk 0.1.1

Maintenance release — no changes to boards or the file format.

Improvements

  • Boardwalk's settings ("Include time in move history", "Board style") are now discoverable via Obsidian's settings search, using the new declarative settings API in Obsidian 1.13+. On older Obsidian versions the settings tab renders exactly as before.

Internal

  • Card rendering now uses Obsidian's DOM helpers instead of raw document APIs, per current plugin guidelines.

0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 18:52

Boardwalk 0.1.0

First public release. Boardwalk is a lean, modern kanban board plugin for Obsidian, built from scratch with Svelte 5. Boards are plain Markdown files, fully compatible with the Kanban plugin's board format — existing boards open with no conversion, and every board stays readable by both plugins and any text editor.

Highlights

  • Move history — every card records which lanes it has lived in and when (optionally with time of day), stored in a hidden comment block in the Markdown itself. History survives external edits: Boardwalk keeps a backup and offers (never silently applies) a restore if another tool strips the ledger.
  • Multi-select drag — Ctrl/Cmd-click several cards and move them together.
  • Edits save on blur — no lost edits when focus leaves a card. Ctrl/Cmd+K inserts a link, Ctrl/Cmd+B/I toggle bold/italic.
  • Board-local undo/redo — Ctrl/Cmd+Z / Ctrl/Cmd+Shift+Z, plus pane-header buttons.

Everything else

  • Tri-state checkboxes (unchecked → in progress → done), styled by your theme
  • Important cards (red edge + pill) via Ctrl/Cmd+! or the context menu
  • Per-tag colors from a curated 12-hue palette, zero configuration
  • Due-date chips with relative time and a date picker
  • Lane WIP limits (visual nudge), collapse, and drag-to-reorder
  • Complete lanes: cards auto-check on entry
  • Archive browser with restore-to-lane and permanent delete
  • Search (Ctrl/Cmd+F) filtering cards as you type
  • Wikilink click-to-open and hover page preview
  • Three board styles: Crisp (default), Minimal, Classic
  • Safe handling of files changed externally (sync, other panes)

Install

Not yet in the community directory — install with BRAT (add zeiosmb/obsidian-boardwalk), or copy main.js, manifest.json, and styles.css from this release into <vault>/.obsidian/plugins/boardwalk/.

Desktop only for now. See the user guide for every feature and shortcut.