From 378d3e30727b0c1202d568f2bab950ce13528578 Mon Sep 17 00:00:00 2001 From: Marcel Kloubert Date: Sat, 9 Jun 2018 20:59:35 +0200 Subject: [PATCH] add vscode-kanban --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 54089dd..76fb791 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Git Indicators](#gitindicators) - [GitHub](#github) - [Icon Fonts](#icon-fonts) + - [Kanban](#kanban) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) - [npm Intellisense](#npm-intellisense) @@ -378,6 +379,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more! +## [Kanban](https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban) + +![kanban](https://raw.githubusercontent.com/mkloubert/vscode-kanban/master/img/demo1.gif) + +> Simple Kanban board for use in Visual Studio Code, with time tracking and Markdown support. + ## [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) > Launch a development local Server with live reload feature for static & dynamic pages.