editors.md (hugo-0.80.0) | : | editors.md (hugo-0.81.0) | ||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
## Sublime Text | ## Sublime Text | |||
* [Hugofy](https://github.com/akmittal/Hugofy). Hugofy is a plugin for Sublime T ext 3 to make life easier to use Hugo static site generator. | * [Hugofy](https://github.com/akmittal/Hugofy). Hugofy is a plugin for Sublime T ext 3 to make life easier to use Hugo static site generator. | |||
## Visual Studio Code | ## Visual Studio Code | |||
* [Hugofy](https://marketplace.visualstudio.com/items?itemName=akmittal.hugofy). Hugofy is a plugin for Visual Studio Code to "make life easier" when developing with Hugo. The source code can be found [here](https://github.com/akmittal/hugo fy-vscode). | * [Hugofy](https://marketplace.visualstudio.com/items?itemName=akmittal.hugofy). Hugofy is a plugin for Visual Studio Code to "make life easier" when developing with Hugo. The source code can be found [here](https://github.com/akmittal/hugo fy-vscode). | |||
* [Hugo Helper](https://marketplace.visualstudio.com/items?itemName=rusnasonov.v scode-hugo). Hugo Helper is a plugin for Visual Studio Code that has some useful commands for Hugo. The source code can be found [here](https://github.com/rusna sonov/vscode-hugo). | * [Hugo Helper](https://marketplace.visualstudio.com/items?itemName=rusnasonov.v scode-hugo). Hugo Helper is a plugin for Visual Studio Code that has some useful commands for Hugo. The source code can be found [here](https://github.com/rusna sonov/vscode-hugo). | |||
* [Hugo Language and Syntax Support](https://marketplace.visualstudio.com/items? itemName=budparr.language-hugo-vscode). Hugo Language and Syntax Support is a Vi sual Studio Code plugin for Hugo syntax highlighting and snippets. The source co de can be found [here](https://github.com/budparr/language-hugo-vscode). | * [Hugo Language and Syntax Support](https://marketplace.visualstudio.com/items? itemName=budparr.language-hugo-vscode). Hugo Language and Syntax Support is a Vi sual Studio Code plugin for Hugo syntax highlighting and snippets. The source co de can be found [here](https://github.com/budparr/language-hugo-vscode). | |||
* [Hugo Themer](https://marketplace.visualstudio.com/items?itemName=eliostruyf.v | ||||
scode-hugo-themer). Hugo Themer is an extension to help you while developing the | ||||
mes. It allows you to easily navigate through your theme files. | ||||
* [Front Matter](https://marketplace.visualstudio.com/items?itemName=eliostruyf. | ||||
vscode-front-matter). Once you go for a static site, you need to think about how | ||||
you are going to manage your articles. Front matter is a tool that helps you ma | ||||
intaining the metadata/front matter of your articles like: creation date, modifi | ||||
ed date, slug, tile, SEO check, and many more... | ||||
## Emacs | ## Emacs | |||
* [emacs-easy-hugo](https://github.com/masasam/emacs-easy-hugo). Emacs major mod e for managing hugo blogs. Note that Hugo also supports [Org-mode][formats]. | * [emacs-easy-hugo](https://github.com/masasam/emacs-easy-hugo). Emacs major mod e for managing hugo blogs. Note that Hugo also supports [Org-mode][formats]. | |||
* [ox-hugo.el](https://ox-hugo.scripter.co). Native Org-mode exporter that expor ts to Blackfriday Markdown with Hugo front-matter. `ox-hugo` supports two common Org blogging flows --- exporting multiple Org sub-trees in a single file to mul tiple Hugo posts, and exporting a single Org file to a single Hugo post. It also leverages the Org tag and property inheritance features. See [*Why ox-hugo?*](h ttps://ox-hugo.scripter.co/doc/why-ox-hugo/) for more. | * [ox-hugo.el](https://ox-hugo.scripter.co). Native Org-mode exporter that expor ts to Blackfriday Markdown with Hugo front-matter. `ox-hugo` supports two common Org blogging flows --- exporting multiple Org sub-trees in a single file to mul tiple Hugo posts, and exporting a single Org file to a single Hugo post. It also leverages the Org tag and property inheritance features. See [*Why ox-hugo?*](h ttps://ox-hugo.scripter.co/doc/why-ox-hugo/) for more. | |||
## Vim | ## Vim | |||
* [Vim Hugo Helper](https://github.com/robertbasic/vim-hugo-helper). A small Vim plugin to help me with writing posts with Hugo. | * [Vim Hugo Helper](https://github.com/robertbasic/vim-hugo-helper). A small Vim plugin to help me with writing posts with Hugo. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |