Kanban Board rendered from markdown

Playing around with my scratchpad I figured out a hacky but adequate way to represent a Kanban in the moment :smile: basically using tables and card embeds,

The main missing pieces are the ability to modify the table dimensions / column widths and the ability to drag elements between swim-lanes, but I think this is fine for now!

| To Do| In Progress | Done |
| --------- | - | - |
| ![[Todo]] | | ![[PET_biodegradation]] |
6 Likes