//_setup

MK

Markdown in. Kanban out.

MK is a local-first, Kanban board that uses your filesystem as its database. It is built for developers who want the speed of a web-based board with the portability and version-control benefits of Markdown task files.

MK board view showing Markdown tasks arranged in Kanban columns with status and tags.

// setup

2

Add frontmatter to your markdown

---
status: TODO
epic: SETUP
tags: [backend, go]
---
# Task Title
Task description goes here...
3

Run

mk -dir path/to/work/