Hyphenate

Component ID

1512250

Component name

Hyphenate

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

What is Hyphenate

The Hyphenate module provides an input filter that integrates
the JavaScript library Hyphenator (http://code.google.com/p/hyphenator/).

The input text is wrapped in html tags with a configurable css class,
which defines the scope for the hyphenator.

Dependencies

Requirements

Instructions

  1. Copy the hyphenator library (http://code.google.com/p/hyphenator/) to your libraries directory. The path to the library should look like: /sites/all/libraries/hyphenator/Hyphenator.js
  2. Copy hyphenate directory to your modules directory.
  3. Enable the module at: /admin/build/modules.
  4. Enable the hyphenate filter in that input format you want the text to be hyphened.
  5. Configure the settings in the input format configure tab, by now the html tagname for the wrapper tag and the css class, further settings provided by the Hyphenator API will follow.