A Statamic addon that provides a hyphenate modifier to add hyphens to text. Uses phpSyllable for the hyphenate logic, and currently only supports German and English.
The addon currently can only be installed from the repository, so you need to add the following line to your require list in composer.json:
"visuellverstehen/statamic-hyphenator": "dev-main"And the following snippet to the repositories part of composer.json:
{
"type": "vcs",
"url": "https://github.com/visuellverstehen/statamic-hyphenator"
}The MIT license (MIT). Please take a look at the license file for more information.