-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
52 lines (36 loc) · 2.27 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
</head>
<body>
<p><a href="https://istuffs.github.io/entities/"><img src="docs/entities.png" alt="entities" /></a></p>
<h1 id="cloudentitiesapp">Cloud Entities app</h1>
<h2 id=":speech_balloon:what...">:speech_balloon: What…</h2>
<p>Cloud Entities is a collection of 234 special characters encoded in 6 different languages (plain symbol, html, css, numeric, hex and octal).</p>
<p>Easy to use, you can copy what you need just one click.
You can also find in the code source a javascript list of literal object of all these characters.</p>
<p><em>Check my <a href="https://istuffs.github.io/cloud-entities/">cloud entities app</a></em></p>
<h2 id="🤔why">🤔 Why !?</h2>
<p>Do you know witch hexadecimal value you need to encode a slash <em>(/)</em>? <code>\57</code><br>
Do you Know how to encode the angled quotation mark for you before/after ::speudo-element in css <em>(«)</em>? <code>\00ab</code><br>
Do you know the HTML entitie for a pilcrow <em>(¶)</em>? <code>&para;</code></p>
<blockquote>
<p>If you do, watch out! You may be a cyborg and you don’t know yet. <em>Checkout for serial number tattoo</em>.</p>
</blockquote>
<p>Personally, I don’t. I can’t remember them all. So I’ve create an handy way to retrieve them quickly.<br>
<strong>Here they are, all stored in my <a href="https://istuffs.github.io/cloud-entities/">cloud entities app</a> ready too be copy pasted in a blaze</strong> :fire:.</p>
<h2 id="features🤘">Features 🤘</h2>
<ul>
<li><p><strong>Favorites</strong> special characters saved in you browser local storage, to keep them right under the palm of your hand.
<img src="docs/like.gif" alt="like your favorites" /></p></li>
<li><p><strong>Auto copy</strong>, just one click and you’re done.
<img src="docs/copy.gif" alt="auto copy example" /></p></li>
<li><p><strong>Filters</strong>, keep only the informations you need.
<img src="docs/filters.gif" alt="keem only what you need" /></p></li>
<li><p><strong>234 Entities</strong> listed an <strong>encoded in 6 different context</strong>.</p></li>
</ul>
<p>— —–</p>
<p>Coded with :heart: by <a href="https://github.com/iStuffs">iStuffs</a></p>
</body>
</html>