diff --git a/docs/pages/resources.md b/docs/pages/resources.md index 9d04ab8c..f15684e6 100644 --- a/docs/pages/resources.md +++ b/docs/pages/resources.md @@ -20,6 +20,7 @@ some of the most popular Jekyll resources. ## Editors +- Visual Studio Code has [various jekyll related plugins](https://marketplace.visualstudio.com/search?term=tag%3Ajekyll&target=VSCode&category=All%20categories&sortBy=Installs) and supports [autocompletion for configuration file](http://json.schemastore.org/jekyll). - [jekyll-atom](https://atom.io/packages/jekyll): A collection of snippets and tools for Jekyll in Atom - [markdown-writer](https://atom.io/packages/markdown-writer): An Atom package for Jekyll. It can create new posts/drafts, manage tags/categories, insert link/images and add many useful key mappings. - [sublime-jekyll](https://github.com/23maverick23/sublime-jekyll): A Sublime Text package for Jekyll static sites. This package should help creating Jekyll sites and posts easier by providing access to key template tags and filters, as well as common completions and a current date/datetime command (for dating posts). You can install this package manually via GitHub, or via [Package Control](https://packagecontrol.io/packages/Jekyll).