# html-utils-package Make HTML5 easier and less time-consuming with this [Espanso](https://espanso.org/) package! # Installation Make sure you have already installed [Espanso](https://espanso.org/install/) first. ``` espanso install html-utils-package ``` That's all. You can start using the package. Open your favorite editor and type `::docskel` to test! # Preview You can choose between all of them from the Search-bar: ![Search-bar](images/search-bar.png) # Triggers Here you can see some of them: | Trigger | Result | | ------------- | ------------- | | `::docskel` | Generates an empty document with `utf-8` and `viewport` headers (unindented) | | `::doctype` | `` | | `::meta-charset` | `` | | `::meta-utf-8` | `` | | `::meta-viewport` | `` | | `::meta-author` | `` | | `::meta-desc` | `` | | `::meta-keywords` | `` | | `::title` | `` | | `::div` | `
` | | `::html` | `` | | `::head` | `` | | `::body` | `` | | `::a` | `` | | `::br` | `
` | | `::button` | ` ` | | `::style` | `` | | `::css` | `` | | `::script` | `` | | `::js` | `` | | `::form` | `
` | | `::label` | `` | | `::input-submit` | `` | | `::input-text` | `` | | `::input-password` | `` | | `::input-radio` | `` | | `::input-checkbox` | `` | | `::input-file` | `` | # Contributions If you feel like there's any important tag/snippet missing, feel free to create a Pull Request or open an [Issue](https://github.com/woodenbell/html-utils-package/issues/new).