Skip to content

Latest commit

 

History

History
81 lines (44 loc) · 1.88 KB

README.md

File metadata and controls

81 lines (44 loc) · 1.88 KB

Obsidian Kanban Plugin

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:

Plugin screenshot 1

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:

Plugin new kanban command

Or the folder context menu:

Plugin folder context menu

Screenshots

Plugin screenshot 2

Plugin screenshot 3

Roadmap

Below is the planned roadmap.

Beta

  • Tags
  • Link / tag autocomplete
  • Markdown formatting support
  • Dates (support Natural Language Dates plugin)

Backlog

  • 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