diff --git a/README.md b/README.md index dc2b5b9..e81ff95 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitHub](#github) - [GitHub Pull Request Monitor](#github-pull-request-monitor) - [Icon Fonts](#icon-fonts) + - [Kanban](#kanban) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) - [npm Intellisense](#npm-intellisense) @@ -410,6 +411,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.