All Projects → anydown → Kanbandown

anydown / Kanbandown

Programming Languages

javascript
184084 projects - #8 most used programming language

kanbandown

Kanban to Markdown to Kanban 🎉

Example

kanbandown

Usage

new Kanban({
    el: ".board",
    data: Kanban.mdToKanban(markdown), //Pass markdown here
    onUpdate : function(data){
      //Will be called when you update the kanban
    }
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].