From 0b9e147d85cd33a02c76f8a7c6e898d4ff26b6a0 Mon Sep 17 00:00:00 2001 From: Teal Dulcet Date: Sun, 15 Aug 2021 05:52:04 -0700 Subject: [PATCH] Added separate files for ATN. --- assets/texts/en/amoScreenshots.csv | 1 - assets/texts/en/atnDescription.html | 99 +++++++++++++++++++ assets/texts/en/atnSummary.txt | 1 + .../en/screenshots.csv} | 0 4 files changed, 100 insertions(+), 1 deletion(-) delete mode 100644 assets/texts/en/amoScreenshots.csv create mode 100644 assets/texts/en/atnDescription.html create mode 100644 assets/texts/en/atnSummary.txt rename assets/{screenshots/amoScreenshots.csv => texts/en/screenshots.csv} (100%) diff --git a/assets/texts/en/amoScreenshots.csv b/assets/texts/en/amoScreenshots.csv deleted file mode 100644 index 99b2849..0000000 --- a/assets/texts/en/amoScreenshots.csv +++ /dev/null @@ -1 +0,0 @@ -imageOne.png; "1st image"; diff --git a/assets/texts/en/atnDescription.html b/assets/texts/en/atnDescription.html new file mode 100644 index 0000000..f213b80 --- /dev/null +++ b/assets/texts/en/atnDescription.html @@ -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 "these" to “these”, 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. + + +Convert text to any style you want! + +Just select text, right-click and let Unicodify convert the text into styles like: + + +⚠️ Note that context menu does NOT currently work in Thunderbird's compose body because of Bug 1716976. + + +✍️ Improve your typographic style! ✍️ + +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: + + +More Features + + + + + +Development +The add-on is free/libre open-source software and developed on GitHub. Fork it on GitHub and contribute. +There are some easy issues to start with. + +This extension works with modern Firefox and Thunderbird v87 or higher. + + +Contribute +You can easily get involved in this project and help. Here are some ideas: + +Or, in any case, support us by spreading the word! ❤️ + + + +Permissions +This add-on requires as few permissions as possible. +An explanation of all permissions, this add-on requests, can be found on this site. diff --git a/assets/texts/en/atnSummary.txt b/assets/texts/en/atnSummary.txt new file mode 100644 index 0000000..7f6fb3b --- /dev/null +++ b/assets/texts/en/atnSummary.txt @@ -0,0 +1 @@ +Easily and quickly autocorrect common symbols as ¼, transform text to “Unicode fonts” and change the casing. diff --git a/assets/screenshots/amoScreenshots.csv b/assets/texts/en/screenshots.csv similarity index 100% rename from assets/screenshots/amoScreenshots.csv rename to assets/texts/en/screenshots.csv