Skip to content

Commit

Permalink
Merge pull request #63 from rugk/atn
Browse files Browse the repository at this point in the history
Added separate files for ATN
  • Loading branch information
rugk authored Aug 15, 2021
2 parents 94a1265 + 0b9e147 commit 2c40d5e
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/texts/en/amoScreenshots.csv

This file was deleted.

99 changes: 99 additions & 0 deletions assets/texts/en/atnDescription.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
This is a (Firefox and Thunderbird) add-on (MailExtension) that allows you to autocorrect common text sequences and convert text characters to a look like a special font.
For instance, it converts quotes like <code>&quot;these&quot;</code> to <code>“these”</code>, which are typographically correct.
Additionally, you can convert text into more than 20 different font styles and casing changes.
You can enable and disable any features in the options and adjust more settings regarding the behavior of the add-on.


<b>Convert text to any style you want!</b>

Just select text, right-click and let Unicodify convert the text into styles like:
<ul>
<li>Lowercase</li>
<li>Uppercase</li>
<li>Capitalize Each Word</li>
<li>Toggle Case</li>
<li>Superscript</li>
<li>Small Caps</li>
<li>Unicase</li>
<li>Serif</li>
<li>Sans-serif</li>
<li>Bold</li>
<li>Italic</li>
<li>Script</li>
<li>Fraktur</li>
<li>Monospace</li>
<li>Double-struck</li>
<li>Circled</li>
<li>Squared</li>
<li>Fullwidth</li>
</ul>

⚠️ Note that context menu does NOT currently work in Thunderbird's compose body because of <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1716976">Bug 1716976</a>.


<b>✍️ Improve your typographic style! ✍️</b>

When writing on any e-mail, this add-on optionally corrects your writing by using proper quotation marks or common symbols like arrows, fractions or mathematical signs.

Some examples:
<ul>
<li><code>...</code> is corrected into <code></code></li>
<li><code>~=</code> is corrected into <code></code></li>
<li><code>+-</code> is corrected into <code>±</code></li>
<li><code>-+</code> is corrected into <code></code></li>
<li><code>&gt;=</code> is corrected into <code></code></li>
<li><code>1/4</code> is corrected into <code>¼</code></li>
<li><code>--></code> is corrected into <code></code></li>
<li><code>&lt;==&gt;</code> is corrected into <code></code></li>
<li>and much more…</li>
</ul>

<b>More Features</b>

<ul>
<li>Unicode autocorrection as you type:<ul>
<li>Autocorrect <a href="https://en.wikipedia.org/wiki/Miscellaneous_Symbols">Unicode symbols</a> (i.e. hyphens <code>--</code> with –, fractions <code>1/4</code> with ¼, etc.). Supports more
than 85 symbols.</li>
<li>Use Unicode smart quotes ('single quotes' with ‘Unicode single quotes’ and "double quotes" with “Unicode double quotes”)</li>
<li>Convert <a href="https://en.wikipedia.org/wiki/Number_Forms">fractions</a> and <a href="https://en.wikipedia.org/wiki/Mathematical_constant">mathematical constants</a> to Unicode characters (i.e. <code>1234.25</code>
with 1234¼, etc.). Supports all Unicode fraction characters, Pi and e constants.</li>
<li>Supports undoing autocorrections</li>
</ul>
</li>
<li>Context menu with selected/highlighted text:<ul>
<li><a href="https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols">Unicode font</a> conversion. Supports more than 20 fonts.</li>
<li>Change <a href="https://en.wikipedia.org/wiki/Letter_case#Case_styles">casing</a> (i.e. UPPER CASE, lower case, tOGGLE cASE, etc.). Supports all locales.</li>
<li>Optionally show a live preview.</li>
</ul>
</li>
<li>Very fast, even when typing on large e-mails.</li>
<li>Supports the light/dark mode of your system automatically.</li>
<li>Follows the <a href="https://design.firefox.com/photon">Firefox</a> and <a href="https://style.thunderbird.net/">Thunderbird</a> Photon Design.</li>
<li>Puts your privacy first and does not send data anywhere.</li>
<li>Translated into several languages. <a href="https://github.com/rugk/unicodify/blob/main/CONTRIBUTING.md#Translations">Contribute your own language!</a></li>
<li>Settings can be managed by your administrator.</li>
</ul>



<b>Development</b>
The add-on is free/libre open-source software and developed on GitHub. <a href="https://github.com/rugk/unicodify">Fork it on GitHub</a> and contribute.
<a href="https://github.com/rugk/unicodify/contribute">There are some easy issues to start with.</a>

This extension works with modern Firefox and Thunderbird v87 or higher.


<b>Contribute</b>
You can easily get involved in this project and help. Here are some ideas:
<ul>
<li><a href="https://github.com/rugk/unicodify/blob/master/CONTRIBUTING.md#translations">Translate this add-on into multiple languages!</a></li>
<li><a href="https://github.com/rugk/unicodify/blob/master/CONTRIBUTING.md#coding">Fix some easy issues and get started in add-on development</a> (or just try out the development version)</li>
<li><a href="https://github.com/rugk/unicodify/blob/master/CONTRIBUTING.md#need-ideas">Or check out some other add-on issues</a> (or translate them).</li>
</ul>
Or, in any case, <a href="https://github.com/rugk/unicodify/blob/master/CONTRIBUTING.md#support-us">support us by spreading the word!</a> ❤️



<b>Permissions</b>
This add-on requires as few permissions as possible.
An explanation of all permissions, this add-on requests, can be found <a href="https://github.com/rugk/unicodify/blob/master/assets/texts/en/permissions.md">on this site</a>.
1 change: 1 addition & 0 deletions assets/texts/en/atnSummary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Easily and quickly autocorrect common symbols as ¼, transform text to “Unicode fonts” and change the casing.
File renamed without changes.

0 comments on commit 2c40d5e

Please sign in to comment.