The Plugin provides a versatile tool for text transformation, supporting a wide array of transformations from simple case conversions to complex visual effects. By selecting your requirement, you can apply the desired transformation to any given text. This utility can be integrated into web applications for dynamic text manipulation, enhancing user experience with varied text formatting options.
Nothing, You Can Start Using This Plugin Right Away!
NOTHING, yOu cAn sTaRt UsiNg thIs PLugIN rIGht away!
This Plugin, allows you to apply various transformations to a given text. It supports a wide range of transformations including different case conversions, special formatting, and visual effects. This document explains each transformation type and how it affects the input text.
sentence_case
Input: "hello world. this is a test."
Output: "Hello world. This is a test."
Description: The sentence case converter will allow you to paste any text you’d like, and it will automatically transform it to a fully formed structured sentence. It works by capitalizing the very first letter in each sentence, and will then go on to transform the rest of the text into lowercase as well as converting i’s into I’s. Every letter after a full stop will get converted into an upper case letter.
lower_case
Input: "Hello World!"
Output: "hello world!"
Description: If you are wondering how to uncapitalize text, this is exactly what the lower case text converter will allow you to do - it transforms all the letters in your text into lowercase letters.
upper_case
Input: "Hello World!"
Output: "HELLO WORLD!"
Description: The upper case transformer will take any text that you have and will generate all the letters into upper case ones. It will essentially make all lower case letters into CAPITALS (as well as keep upper case letters as upper case letters).
capitalized_case
Input: "hello world!"
Output: "Hello World!"
Description: The capitalized case converter will automatically convert the starting letter of every word into an upper case and will leave the remaining letters as lower case ones.
alternating_case
Input: "hello world!"
Output: "hElLo wOrLd!"
Description: The alternating case converter will allow you to transform your text (no matter the current format) into text that alternates between lower case and upper case. It will generate a capital letter and then a lower case letter within the same word.
title_case
Input: "hello world, this is a test."
Output: "Hello World, This Is a Test."
Description: The title case converter is perfect for those who are a bit unsure on how to title an upcoming essay. It essentially ensures the correct letters are capitalized within the context of a title. Words such as “an” will be left all in lower case and words that are important will be converted such as “Title”.
inverse_case
Input: "Hello World!"
Output: "hELLO wORLD!"
Description: Inverts the case of each character in the text.
random_case
Input: "hello world!"
Output: "HeLLo WoRLd!"
Description: Randomly changes the case of each character.
small_caps
Input: "hello world!"
Output: "ʜᴇʟʟᴏ ᴡᴏʀʟᴅ!"
Description: The small text generator simply takes regular sized text and converts it into small text (specifically “small caps” as well as “Superscript” text. Write out your normal text and see it get converted into the small text font.
superscript
Input: "hello world!"
Output: "ʰᵉˡˡᵒ ʷᵒʳˡᵈ!"
Description: The small text generator simply takes regular sized text and converts it into small text (specifically “small caps” as well as “Superscript” text. Write out your normal text and see it get converted into the small text font.
wide_text
Input: "hello"
Output: "hello"
Description: If you are looking to widen the look of your text, the widening text generator is great for this, otherwise known as the Aesthetic Font and text generator. Simply type your normal text and see it get wider and wider.
reverse_text
Input: "hello"
Output: "olleh"
Description: If you want a fast and quick way of making your text go back to front, the reverse text generator is great. Write out your text like normal and then see it get flipped.
upside_down_text
Input: "hello"
Output: "ollǝɥ"
Description: Similar to the mirror text generator as well as the reverse text generator, you can flip your text upside down as well as back to front with the upside down text generator.
morse_code_translate
Input: "hello"
Output: ".... . .-.. .-.. ---"
Description: Converts text to Morse code. Whether you are looking to translate Morse code messages into simple English or the other way around, this online translation generator can do just that.
morse_code_reverse
Input: ".... . .-.. .-.. ---"
Output: "hello"
Description: Converts Morse code back to text. Whether you are looking to translate Morse code messages into simple English or the other way around, this online translation generator can do just that.
binary_translate
Input: "hello"
Output: "01101000 01100101 01101100 01101100 01101111"
Description: Converts text to binary representation. Translate binary code into English and English into binary code with the following generator. Type out regularly and get a series of 0’s and 1’s in return.
binary_reverse
Input: "01101000 01100101 01101100 01101100 01101111"
Output: "hello"
Description: Converts binary representation back to text. Translate binary code into English and English into binary code with the following generator. Type out regularly and get a series of 0’s and 1’s in return.
mirror_text
Input: "hello"
Output: "olleh"
Description: Converts text to a mirrored format. The mirror text is basically the exact same text that you would get when you have your text facing a mirror. Print out the text and hold it up to a mirror and it should read the correct way.
zalgo_text
Input: "hello"
Output: "h̸͠e̴̾l̷̈́l̷͠o̶̕"
Description: Adds Zalgo text effects, creating a glitchy appearance. Want to produce funky and glitchy text? `This Zalgo text will do just that. Type out what you would normally want to and then see it get turned into the Zalgo font.
circled
Input: "hello"
Output: "ⓗⓔⓛⓛⓞ"
Description: Converts text to circled format using Unicode characters.
name | Text MagiQ |
icon | text_fields |
description | Different types Case Formatting, Generating and Translating Options. This can separated into 6 Groups, namely - Case, Special, Flip, Code, Visual, and Unicode! |
instructions | Please fine the Instructions here = Text MagiQ Docs |
July 17th, 2024 - Completed the basic framework of the code. Without Testing.
July 18th, 2024 - Completed the Testing and found multiple Emoji Like Unicode's were not supported here! Not sure if the platform does not support or something is wrong with my code. Well for now having the raw code base still intact and commenting the code which bring user's visibility!
July 30th, 2024 - Added Additional Options - Bold, Italic, Strikethrough, Block Quote, Literate Text (using app.context.selectionContent amplenote feature!)
Capitalization
Sentence case < Done !!
lower case < Done !!
UPPER CASE < Done !!
Capitalized Case < Done !!
aLtErNaTiNg CASE < Done !!
Title Case < Done !!
lnVeRsE Case < Done !!
Generator
Small Text Generator < Done !!
Wide Text Generator < Done !!
Strikethrough Text Generator < Unsupported / In Dev !!
Bold Text Generator < Unsupported / In Dev !!
Italic Text Converter < Unsupported / In Dev !!
Reverse Text Generator < Done !!
Upside down Text Generator < Done !!
Underline Text Generator < Unsupported / In Dev !!
Mirror Text Generator < Done !!
Zalgo Glitch Text Generator < Done !!
Translator
Morse Code Translator < Done !!
Binary Code Translator < Done !!
Unicode Text Converter < Unsupported / In Dev !!
General
Bold, Italic, Strikethrough, Block Quote, Literate Text
Future Ideas in the Bucket:
Aesthetic Font and text generator - (Having a Checkbox option, when checked it will implement these after converting the case or any modifications!)
Curly quotes: These are curved quotation marks instead of straight ones (e.g., “ ” instead of " ").
Em dashes: Longer dashes used to indicate a break in thought or speech (e.g., —).
Ellipses: Three dots used to indicate omission or trailing off (e.g., ...).
Ligatures / Ligatures and Stylistic Sets: Combinations of two or more letters into a single glyph (e.g., æ, œ).
Enhanced Text Formatting:
Enables the use of non-breaking spaces and other spacing control characters.
Non-breaking Spaces:
Prevents line breaks at specific points to keep elements together.
Example: Typing Mr.\ Smith
ensures "Mr." and "Smith" stay on the same line.
Typographic Controls:
Allows precise control over kerning, line height, and letter spacing.
Provides options for customizing font and style for different parts of the text.
Special Characters and Symbols:
Easy insertion of special characters and symbols such as ©, ™, or †.
Allows easy insertion of typographic symbols like ©, ™, ®, †, ‡, §, ¶.
Example: Typing \copyright converts to ©.
Old-style numerals: These have ascenders and descenders like lowercase letters.
Ornaments: Decorative elements like swashes, dingbats, or rules.
Initial letters: Elaborate or decorated first letters of paragraphs or sections.
Letterspacing: Adjusting the space between letters for emphasis or visual balance.
Kerning: Adjusting the space between specific pairs of letters for improved appearance.
Visual Examples:
Typographic flourishes
Decorative typography
Typography examples
Classic typography
Text MagiQ Code Docs For Curious Readers and Explores! Thank you if you have made till here. You are Awesome, if you are reading this! 😀. Have a Great Day Ahead!
Time Invested For this Plugin: 5h 43m + 8h 19m = Totaling up to 14h~. [Not including the ideas popping up randomly when doing daily rituals, only Screen Time.]