| 1 |
The smartlinebreakconverter will selectively apply the line break converter
|
| 2 |
filter (in the core filter module) based on whether it thinks it's
|
| 3 |
necessary. This in particular resolves an issue we have with users
|
| 4 |
copying/pasting content into TinyMCE and having extraneous line breaks
|
| 5 |
hidden in the content. Basically, if it appears the content has line breaks
|
| 6 |
in it coded with HTML (as from a WYSIWYG editor), then it will not change
|
| 7 |
the content. If the content appears to be just text though, the core filter
|
| 8 |
line break converter will be called on the content to break paragraphs
|
| 9 |
appropriately.
|
| 10 |
|
| 11 |
Installation
|
| 12 |
------------
|
| 13 |
|
| 14 |
1. Decompress the smartlinebreakconverter file to the Drupal modules/ directory. Drupal should
|
| 15 |
automatically detect it.
|
| 16 |
|
| 17 |
2. Enable the module in "administer" > "modules".
|
| 18 |
|
| 19 |
3. Go to "administer" > "input formats" and enable and configure the module
|
| 20 |
for the desired input format(s).
|
| 21 |
|
| 22 |
|
| 23 |
|
| 24 |
Author
|
| 25 |
------
|
| 26 |
|
| 27 |
Neil Schelly <neil.schelly@oasis-open.org>
|
| 28 |
|