Skip to content

mgmeyers/obsidian-kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e545b6 · May 30, 2021
Apr 20, 2021
May 30, 2021
Apr 21, 2021
May 30, 2021
Apr 26, 2021
Apr 23, 2021
Apr 27, 2021
May 30, 2021
May 23, 2021
May 8, 2021
Apr 19, 2021
May 17, 2021
May 23, 2021

Repository files navigation

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