Skip to content

nkoporec/html-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published