Skip to content

Create markdown-backed Kanban boards in Obsidian.

License

Notifications You must be signed in to change notification settings

jimsforks/obsidian-kanban

 
 

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

About

Create markdown-backed Kanban boards in Obsidian.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.8%
  • CSS 10.4%
  • JavaScript 0.8%