Tools ===== The beauty of static website generators is that you or any contributor can choose any tool to edit the source files. Once again, the idea here to leverage what the developers have been battle-testing for a while such as these editing tools: - `VIM`_: a free and amazing keyboard-only editor with a nasty learning-curve but that allows you to edit files at the speed of light. - `Visual Studio Code`_: a free and highly customizable editor with a huge community behind it. - `Atom`_: the direct competitor of VS Code. - `Sublime`_: a proprietary editor with extensions and great performance. VS Code ------- For me, `Visual Studio Code`_ is the best editor paired with the following extensions: - `VSCode Vim `_ - `reStructuredText `_ - `Python `_ - `Table formatter `_ - `Git History `_ - `Code Spell Checker `_ - `Vale `_ About VS Code: .. toctree:: :maxdepth: 2 custo.rst .. _Visual Studio Code: https://code.visualstudio.com/ .. _VIM: https://www.vim.org/ .. _Atom: https://atom.io/ .. _Sublime: https://www.sublimetext.com/