wegmeister/hyphenator
composer require wegmeister/hyphenator
Neos-Plugion of the Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm.
1.0.0
Readme excerpt
Wegmeister.HyphenatorNeos-Plugion of the Word-Hyphenation for PHP based on the TeX-Hyphenation algorithm.
InstallationTo install the package simply run
composer require wegmeister/hyphenator UsageAdd the hyphenator to the elements you want hyphenation on:
Usage via fusion:
prototype(Vendor.Package:Element) { # Add the hyphenator to a specific property only: property = ${q(node).property('property')} property.@process.hyphenate = Wegmeister.Hyphenator:Hyphenate { # Set locale to the locale you want to use, defaults to the current locale locale = 'de_DE' # Set forceConversion to "true" if you also want to hyphenate the text in the backend.…Read more
The same vendor provides 9 package(s).