Hi all,
I've been building a kanban plugin for Obsidian over the past couple of weeks (free, source available), and I'm at the point where I'd like some actual users other than myself and my own vault.
It doesn't do anything revolutionary — boards, cards, columns, drag and drop, the usual. The one thing I did differently is that each board is stored as a plain markdown table in a fenced code block, so if you ever open the note without the plugin, or the plugin breaks, or you just want to grep your boards, it's still just a table sitting there in the file.
It's early — v0.4, around 100-ish installs so far, mostly just from being in the community directory.
I'm sure there are edge cases I haven't hit and workflows I haven't thought about, so if you try it and something's annoying or missing, I'd genuinely like to hear it — that's mostly why I'm posting.
If you're curious why I built yet another kanban plugin in 2026 instead of just using what's out there — the existing community kanban plugin is great but hasn't seen active development in a while, and I wanted something I could keep improving alongside actually using it myself for my own notes and AI workflows.
If you want to give it a try, just look for Fancy Kanban in Obsidian's community plugins.
Feel free to leave feedback here in the comments, or on GitHub if you'd rather file something more specific — either works for me.
Thanks for reading this far.