Hacker News new | ask | show | jobs
by rubymamis 825 days ago
The Kanban syntax is simple, Markdown headers and Markdown to-do items encapsulated with very minimal custom syntax like so:

{{kanban}}

# Todo

- [ ] todo 1

- [ ] todo 2

# In Progress

- [ ] todo 1

- [ ] todo 2

{{/kanban}}

Currently, Plume doesn't support collaboration. How do you think it can be an alternative to Trello?