An open API service indexing awesome lists of open source software.

https://github.com/woodenbell/html-utils-package

Make HTML5 easier by using this espanso package!
https://github.com/woodenbell/html-utils-package

espanso

Last synced: 5 months ago
JSON representation

Make HTML5 easier by using this espanso package!

Awesome Lists containing this project

README

        

# 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 here 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` | `` |
| `::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).