/[drupal]/contributions/modules/smartlinebreakconverter/README.txt
ViewVC logotype

Contents of /contributions/modules/smartlinebreakconverter/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Nov 12 19:48:36 2007 UTC (2 years ago) by nschelly
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Branch point for: DRUPAL-5
File MIME type: text/plain
Expanded docs and renamed them to README.txt
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

  ViewVC Help
Powered by ViewVC 1.1.2