Please submit bugs / issues here: https://github.com/mgmeyers/obsidian-kanban/issues
Please submit feature requests here: https://github.com/mgmeyers/obsidian-kanban/discussions/categories/ideas-feature-requests
This plugin allows creating markdown-backed Kanban boards. For example, this Kanban board:
Will output this markdown:
---
kanban-plugin: basic
---
## Another List
- [ ] Card in list one
## List two
- [ ] This is a card in list two
- [ ] This is another
- [ ] Hello, world!
## Done
**Complete**
- [x] Items in this lane are marked as complete
Create a new Kanban from the command palette:
Or the folder context menu:
Below is the planned roadmap.
- Tags
- Link / tag autocomplete
- Markdown formatting support
- Dates (support Natural Language Dates plugin)
- Select & drag multiple
- Sort lane by...
- Board specific settings
- Format: expanded (with subtasks)
- Item descriptions
- Alternate output formats
- Make compatible with Style Settings plugin
- Be more careful about overriding data