Title: Georgian Hyphenation
Author: Guram Zhgamadze
Published: <strong>July 29, 2026</strong>
Last modified: July 29, 2026

---

Search plugins

![](https://ps.w.org/georgian-hyphenation/assets/banner-772x250.png?rev=3627235)

![](https://ps.w.org/georgian-hyphenation/assets/icon-256x256.png?rev=3627235)

# Georgian Hyphenation

 By [Guram Zhgamadze](https://profiles.wordpress.org/guramzhgamadze/)

[Download](https://downloads.wordpress.org/plugin/georgian-hyphenation.3.0.0.zip)

 * [Details](https://wordpress.org/plugins/georgian-hyphenation/#description)
 * [Reviews](https://wordpress.org/plugins/georgian-hyphenation/#reviews)
 *  [Installation](https://wordpress.org/plugins/georgian-hyphenation/#installation)
 * [Development](https://wordpress.org/plugins/georgian-hyphenation/#developers)

 [Support](https://wordpress.org/support/plugin/georgian-hyphenation/)

## Description

Georgian Hyphenation inserts soft hyphens (U+00AD) into Georgian text on your site,
so browsers can break long Georgian words correctly at line ends — clean justified
paragraphs without ragged edges or stretched spacing.

**How it works**

 * A phonetic algorithm built on Georgian syllable structure (vowel detection, harmonic
   consonant clusters, gemination) finds the valid break points.
 * A bundled dictionary of irregular words overrides the algorithm where Georgian
   orthography is unpredictable.
 * Both the engine and the dictionary ship inside the plugin and are served from
   your own site — the plugin makes **no external requests** and loads nothing from
   CDNs.

**Features**

 * Works with any theme — target content with CSS selectors.
 * One-click presets for common Elementor widgets (Text Editor, Heading, Icon Box,
   Testimonial, Accordion/Toggle/Tabs). Elementor is optional, not required.
 * Watches for dynamically loaded content (AJAX, Elementor popups, infinite scroll)
   and hyphenates it too.
 * Optional automatic justification of processed containers.
 * Configurable minimum characters before/after a break.
 * Compound words keep their hyphens; already-hyphenated text is sanitized before
   processing, so re-processing is always safe.
 * Skips code blocks, forms, and editable content automatically.

The same engine is available for developers as an npm and PyPI package (`georgian-
hyphenation`).

## Screenshots

[⌊The settings screen (Settings → Georgian Hyphenation): enable hyphenation, load
the bundled exception dictionary, set the minimum characters before and after a 
break, and turn on justification.⌉⌊The settings screen (Settings → Georgian Hyphenation):
enable hyphenation, load the bundled exception dictionary, set the minimum characters
before and after a break, and turn on justification.⌉[

The settings screen (Settings  Georgian Hyphenation): enable hyphenation, load the
bundled exception dictionary, set the minimum characters before and after a break,
and turn on justification.

[⌊One-click presets for common Elementor widgets, plus custom CSS selectors with
a live preview of the currently active selector list.⌉⌊One-click presets for common
Elementor widgets, plus custom CSS selectors with a live preview of the currently
active selector list.⌉[

One-click presets for common Elementor widgets, plus custom CSS selectors with a
live preview of the currently active selector list.

[⌊Justified, hyphenated Georgian text on the front end — long words break cleanly
at syllable boundaries at the end of a line, just like in print.⌉⌊Justified, hyphenated
Georgian text on the front end — long words break cleanly at syllable boundaries
at the end of a line, just like in print.⌉[

Justified, hyphenated Georgian text on the front end — long words break cleanly 
at syllable boundaries at the end of a line, just like in print.

## Installation

 1. Upload the plugin to `/wp-content/plugins/georgian-hyphenation/`, or install it
    through the WordPress plugins screen.
 2. Activate the plugin.
 3. Open the **Georgian Hyphenation** menu in the admin sidebar (also reachable from
    the toolbar and the Settings link on the Plugins screen) and choose which containers
    to process. The defaults cover standard post content and the common Elementor text
    widgets.

## FAQ

### Does this plugin call any external services?

No. The hyphenation engine and the exception dictionary are bundled with the plugin
and served from your own site.

### Does it require Elementor?

No. Elementor widget presets are provided for convenience, but the plugin works 
with any theme via CSS selectors.

### Will it change my stored content?

No. Hyphenation happens in the visitor’s browser at render time. Your posts and 
pages in the database are never modified, and the plugin stands aside inside the
Elementor editor and the Customizer.

### Why don’t headings get hyphenated?

Headings (h1–h6) are skipped by default, for two reasons: headings are conventionally
not hyphenated, and some display webfonts incorrectly map the soft hyphen (U+00AD)
to a visible glyph, which shows up as dashes inside heading words. If your heading
font renders soft hyphens correctly, disable “Skip headings” or enable the Elementor
Heading preset (which overrides the skip for those widgets).

### I saw dashes inside words that are not at line ends. Why?

That means the active font draws the soft hyphen as a visible glyph instead of hiding
it — a font issue, most common in decorative display fonts used for headings. The
plugin skips headings by default for exactly this reason. If it happens in body 
text, switch to a font with correct U+00AD handling.

### Why do copied texts sometimes contain invisible characters?

Soft hyphens (U+00AD) are invisible break hints. Some applications preserve them
when text is copied from a page. The engine strips its own hyphens before re-processing,
and search engines handle soft hyphens correctly.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Georgian Hyphenation” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Guram Zhgamadze ](https://profiles.wordpress.org/guramzhgamadze/)

[Translate “Georgian Hyphenation” into your language.](https://translate.wordpress.org/projects/wp-plugins/georgian-hyphenation)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/georgian-hyphenation/),
check out the [SVN repository](https://plugins.svn.wordpress.org/georgian-hyphenation/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/georgian-hyphenation/)
by [RSS](https://plugins.trac.wordpress.org/log/georgian-hyphenation/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 3.0.0

 * Complete rebuild for the WordPress.org directory.
 * The hyphenation engine (v2.3.0) and the exception dictionary are now bundled 
   with the plugin — previously both loaded from an external CDN at runtime.
 * New settings screen on its own top-level admin menu (Settings API, single option),
   a toolbar shortcut that shows the current on/off state, and a Settings link on
   the Plugins screen.
 * Dynamically added content inside already-processed containers is now hyphenated
   too (per-node tracking).
 * Justification applied via a CSS class instead of inline styles, so themes can
   override it.
 * Code blocks, forms, and editable regions are skipped.
 * Old settings are migrated automatically; options are removed on uninstall.
 * Headings (h1–h6) are skipped by default — some display fonts draw soft hyphens
   as visible dashes inside heading words. A new “Skip headings” toggle controls
   this; the Elementor Heading preset (now off by default) overrides it.
 * Engine fixes: punctuation is preserved around dictionary matches; no break is
   inserted next to a compound-word hyphen.

#### 2.2.7

 * Hybrid engine v2.2.7 with chainable configuration and dictionary support (CDN-
   based).

## Meta

 *  Version **3.0.0**
 *  Last updated **16 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.3 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [elementor](https://wordpress.org/plugins/tags/elementor/)[Georgian](https://wordpress.org/plugins/tags/georgian/)
   [hyphenation](https://wordpress.org/plugins/tags/hyphenation/)[justify](https://wordpress.org/plugins/tags/justify/)
   [typography](https://wordpress.org/plugins/tags/typography/)
 *  [Advanced View](https://wordpress.org/plugins/georgian-hyphenation/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/georgian-hyphenation/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/georgian-hyphenation/reviews/)

## Contributors

 *   [ Guram Zhgamadze ](https://profiles.wordpress.org/guramzhgamadze/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/georgian-hyphenation/)