html-utils-package
Make HTML5 easier and less time-consuming with this
Espanso package!
Installation
Make sure you have already installed
Espanso first.
espanso install html-utils-package
That's all. You can start using the package. Open your favorite editor and type
to test!
Triggers
Generates an empty document with and headers (unindented) <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<meta name="description" content="">
<meta name="keywords" content="">
<button type="button"></button>
<link rel="stylesheet" type="text/css" href="">
<script type="text/javascript" src=""></script>
<form action="" method=""></form>
<input type="submit" value="">
<input type="text" name="" id="">
<input type="password" name="" id="">
<input type="radio" name="" id="" value="">
<input type="checkbox" name="" id="" value="">
<input type="file" name="" id="">
Contributions
If you feel like there's any important tag/snippet missing, feel free to create a Pull Request or open an
Issue.