This extension adds rich language support for the HTML Markup to Nova including:
- Full HTML5 Tags
- HTML Snippets
Inspired by Mohamed Abusaid HTML Snippets extension for VSCode.
git clone https://github.com/nkoporec/html-snippets
or download zip, unzip it and rename the folder to html-snippets.novaextension
Double click the file and choose Install
Type part of a snippet, press enter, and the snippet unfolds.
Snippets named as the tag without braces
div --> <div></div>
doc --> <!DOCTYPE html>
a --> <a href=""></a>
Please see CHANGELOG for more information what has changed recently.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
HTML Snippets is open-sourced software licensed under the MIT license.