=== StyloText Generator ===
Contributors: weifsd, wicherlofi
Tags: fonts, typography, text generator, unicode, shortcode
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add a stylish text generator to any post or page with a simple shortcode. Visitors type text and instantly see it converted into 20+ Unicode font styles, ready to copy.

== Description ==

StyloText Generator adds a live, front-end text-styling tool to your site using a single shortcode: `[stylge_generator]`.

Visitors type or paste text into a box, and the plugin instantly displays it converted into more than 20 Unicode-based styles, including Bold, Italic, Bold Italic, Script, Bold Script, Fraktur, Bold Fraktur, Double-Struck, Sans-Serif (and its Bold/Italic/Bold Italic variants), Monospace, Fullwidth, Small Caps, Circled, Squared, Squared Negative, Superscript, Upside Down, Strikethrough, and Underline.

Each generated style has its own "Copy" button, so visitors can copy any styled version straight to their clipboard with one click. All conversion happens instantly in the browser as the visitor types; no page reload and no server requests are required.

**Features**

* Simple shortcode: `[stylge_generator]`
* Optional `placeholder` attribute to customize the input box hint, e.g. `[stylge_generator placeholder="Enter your text"]`
* 20+ Unicode text styles generated instantly as the user types
* One-click "Copy" button for every style
* Character counter (200 character limit) on the input box
* Assets (CSS/JS) are only loaded on pages/posts where the shortcode is actually used, keeping the plugin lightweight
* No database storage, no external requests, no tracking

**How it works**

The plugin uses Unicode mathematical alphanumeric symbol blocks and other Unicode ranges to represent styled versions of standard Latin characters. Because these are genuine Unicode code points (not images or custom fonts), the styled text can be pasted anywhere that accepts Unicode text, such as social media bios, chat apps, or documents.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/stylotext-generator` directory, or install the plugin directly through the WordPress plugins screen.
2. Activate the plugin through the "Plugins" screen in WordPress.
3. Add the shortcode `[stylge_generator]` to any post, page, or widget area that supports shortcodes.
4. Optionally, pass a custom placeholder: `[stylge_generator placeholder="Type here..."]`.

== Frequently Asked Questions ==

= Does this plugin store any of the text visitors type? =

No. All conversion happens client-side in the visitor's browser. Nothing is saved to the database or sent to any external server.

= Can I use more than one instance of the shortcode on the same page? =

Yes, you can add the shortcode multiple times on the same page.

== Changelog ==

= 1.0.0 =
Initial release.
