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!
- Host: GitHub
- URL: https://github.com/woodenbell/html-utils-package
- Owner: woodenbell
- Created: 2020-02-26T23:42:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T20:38:50.000Z (over 1 year ago)
- Last Synced: 2024-08-09T02:19:49.391Z (8 months ago)
- Topics: espanso
- Size: 14.6 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - woodenbell/html-utils-package - Make HTML5 easier by using this espanso package! (Others)
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:
# 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).