Package Control Messages
========================
HTMLEntity Snippets
-------------------
HTML Entity Snippets for Sublime Text
=====================================
Blaze through the most common HTML entities without giving them a second thought. The syntax is simple: a colon ‘:’ followed by the first character or two of the entity name.
Install via Sublime Text Package Control.
## reference
| shortcut | html | entity | desc |
| :-------- | :------ | :----- | :------ |
| :nb | ` ` | | no break space |
| :a | `&` | & | ampersand |
| :c | `©` | © | copyright mark |
| :r | `®` | ® | registration mark |
| :t | `™` | ™ | trademark |
| :m | `—` | — | m-dash |
| :n | `–` | – | n-dash |
| :s | `§` | § | section |
| :' | `'` | ' | apostraphe |
| :h | `‐` | ‐ | hyphen |
| :v | `|` | | | vertical bar |
| :b | `•` | • | bullet point |
| :at | `@` | @ | at symbol |
| :e | `…` | … | ellipses |
| :in | `∞` | ∞ | infinity symbol |
| :ch | `✓` | ✓ | checkmark |
| :d | `†` | † | dagger |
| :dd | `‡` | ‡| double dagger |
| :lt | `<` | < | less than |
| :gt | `>` | > | greater than |
| :ls | `‘` | ‘ | left single quote |
| :rs | `’` | ’ | right single quote |
| :lq | `“` | “ | left double quote |
| :rq | `”` | ” | right double quote |
| :\ | `‹` | ‹ | left single angle bracket |
| :/ | `›` | › | right single angle bracket |
| :\\\\ | `«` | « | left double angle bracket |
| :// | `»` | » | right double angle bracket |
| :12 | `½` | ½ | fractions |
## entity fractions
Create any *fraction* entity by altering the last two digits of `½`. The last two digits are a snippet placeholder, you can quickly tab-edit the numbers.
*fractions example*
Using `:12` yields `½` which is ½ . If you then change it to `¼` it will yield ¼ .
### thanks to W3C for their entity reference chart
http://dev.w3.org/html5/html-author/charref