Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.19 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.19 KB

HTML Snippets

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.

Installation

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

Using

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>

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Credits

License

HTML Snippets is open-sourced software licensed under the MIT license.

Source

Github