Kanban with Notes

pending

by Mark Lifson

Forked from Kanban

Create markdown-backed Kanban boards with inline board notes. Enhanced fork of Kanban plugin by mgmeyers.

2 starsUpdated 3mo agoGPL-3.0Discovered via Obsidian Unofficial Plugins
View on GitHub

Kanban with Notes

Enhanced fork of obsidian-kanban adding inline board notes for rich project context directly on your Kanban boards.

Test Status License: MIT


Board Notes in Action

Board with Notes Add project context, goals, checklists, and links directly above your Kanban columns


What's New

Board Notes - Add a dedicated notes section at the top of any Kanban board for:

  • Project overviews and goals
  • Quick reference links
  • Master checklists (Tasks plugin compatible)
  • Status updates and blockers

Content before the first ## heading becomes your board notes:

---
kanban-plugin: board
---

## Project: Website Redesign

**Goal:** Launch by Q2 2024
**Resources:** [[Design Docs]], [Staging](https://staging.com)

## Backlog
- [ ] Homepage mockup

## In Progress
- [ ] Responsive grid

Features:

  • Inline editing (click edit or double-click)
  • Collapsible with chevron button
  • Configurable max-height
  • Full markdown support
  • Auto-excludes frontmatter

Settings

Settings Page

Board notes are disabled by default. Enable via: Settings → Kanban with Notes → Board Notes

SettingDefault
Enable board notesOff
Collapse by defaultOff
Max height (px)200

Installation

Option 1: BRAT (Recommended)

  1. Install BRAT
  2. Add Beta Plugin: MALathon/obsidian-kanban-with-notes
  3. Enable in Community Plugins

Option 2: Manual

  1. Download main.js, manifest.json, styles.css from releases
  2. Place in <vault>/.obsidian/plugins/kanban-with-notes/
  3. Enable in Settings

Why a Separate Fork?

This fork exists independently rather than contributing back because:

  • Development approach - Features developed iteratively with AI assistance ("vibe coding")
  • Experimental UX - Board notes significantly changes the interface
  • Respectful forking - Avoids merge friction with unsolicited PRs
  • Independent focus - Prioritizes board notes quality and testing

Both projects can coexist serving different user needs.


Testing & Quality

  • 15 automated E2E tests (all passing)
  • Real UI testing with wdio-obsidian-service
  • CI/CD via GitHub Actions on every commit

See E2E-TESTING.md for details.


Differences from Original

FeatureOriginalThis Fork
Board notes sectionNoYes
Collapsible notesNoYes
Inline editingNoYes
Configurable heightNoYes
E2E test suiteNoYes
Core Kanban featuresYesYes

Credits

Fork of obsidian-kanban by mgmeyers. All credit for core Kanban functionality goes to the original author.

Support the original: Sponsor


License

MIT - See LICENSE


Links

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.