Skip to content

Commit

Permalink
Redefine headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jczanfona committed Feb 19, 2022
1 parent 2d9505f commit caf935c
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Make HTML5 easier and less time-consuming with this [Espanso](https://espanso.org/) package!

# Installation
## Installation

Make sure you have already installed [Espanso](https://espanso.org/install/) first.

Expand All @@ -12,42 +12,37 @@ espanso install html-utils-package

That's all. You can start using the package. Open your favorite editor and type `::docskel` to test!

# Update
## Update

If you already have the package installed and want to update it, just type:

```
espanso package update html-utils-package
```
# Test
## Test

To list the installed packages and their versions, you have to type:

```
espanso package list
```
# Preview
## Preview

You can choose between all of them from the Search-bar filtering by `html`:

![Search-bar](images/search-bar.png)

# Triggers
## Triggers

Here you can see part of the content:

| Trigger | Result |
| ------------- | ------------- |
| `::docskel` | Generates an empty document with `utf-8` and `viewport` headers (unindented) |
| `::doctype` | `<!DOCTYPE html>` |
| `::html` | `<html></html>` |
| `::head` | `<head></head>` |
| `::meta-utf-8` | `<meta charset="UTF-8">` |
| `::meta-viewport` | `<meta name="viewport" content="width=device-width, initial-scale=1">` |
| `::meta-keywords` | `<meta name="keywords" content="">` |
| `::title` | `<title></title>` |
| `::script` | `<script></script>` |
| `::body` | `<body></body>` |
| `::div` | `<div></div>` |
| `::a` | `<a href=""></a>` |
| `::2a` | `<a href="" target="_blank" rel="noopener noreferrer"></a>` |
Expand All @@ -58,5 +53,5 @@ Here you can see part of the content:
| `::css` | `<link rel="stylesheet" type="text/css" href="">` |


# Contributions
## 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/jczanfona/html-utils-package/issues/new).

0 comments on commit caf935c

Please sign in to comment.