You are here

README.txt in Empty paragraph killer 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
Empty paragraph killer - sometimes users are overzealous with the
carriage return

-- SUMMARY --

Empty paragraph killer is a filter module, helpful on sites which use
WYSIWYG editors.

People often hit the return key twice at the end of a paragraph. Most,
if not all site layouts manage the paragraph spacing, so the extra empty
paragraphs created can detract from the look and feel of a site. This
module filters out the empty paragraphs of all user-entered data on a
site. It does so by following the fundamental Drupal way -
non-destructively.

-- REQUIREMENTS --

A WYSIWYG editor. If you are using Drupal without one, the "Line break
converter" in core is sufficient enough and you will achieve little or
no benefit in using this module.

-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further
information.

-- CONFIGURATION --

* Go to your input formats (/admin/settings/filters)
* Click the configure link next to the desired input format
* Click the checkbox next to 'Empty paragraph filter'.

You may also need to increase the weight of this filter so that it is
triggered after the HTML filter, Line break converter and HTML corrector
if these filters are present (under the 'Rearrange' tab).

-- CONTACT --

Created & maintained by:
* Richard Sheppard (siliconmeadow) - http://drupal.org/user/55284
  
Sponsored by:
* Aroq Ltd - an online publisher providing authoritative and timely
  global business information for busy executives via four dedicated
  industry specific websites: http://www.just-auto.com,
  http://www.just-style.com, http://www.just-food.com &
  http://www.just-drinks.com, all of which are in the process of being
  converted to Drupal.

File

README.txt
View source
  1. Empty paragraph killer - sometimes users are overzealous with the
  2. carriage return
  3. -- SUMMARY --
  4. Empty paragraph killer is a filter module, helpful on sites which use
  5. WYSIWYG editors.
  6. People often hit the return key twice at the end of a paragraph. Most,
  7. if not all site layouts manage the paragraph spacing, so the extra empty
  8. paragraphs created can detract from the look and feel of a site. This
  9. module filters out the empty paragraphs of all user-entered data on a
  10. site. It does so by following the fundamental Drupal way -
  11. non-destructively.
  12. -- REQUIREMENTS --
  13. A WYSIWYG editor. If you are using Drupal without one, the "Line break
  14. converter" in core is sufficient enough and you will achieve little or
  15. no benefit in using this module.
  16. -- INSTALLATION --
  17. * Install as usual, see http://drupal.org/node/70151 for further
  18. information.
  19. -- CONFIGURATION --
  20. * Go to your input formats (/admin/settings/filters)
  21. * Click the configure link next to the desired input format
  22. * Click the checkbox next to 'Empty paragraph filter'.
  23. You may also need to increase the weight of this filter so that it is
  24. triggered after the HTML filter, Line break converter and HTML corrector
  25. if these filters are present (under the 'Rearrange' tab).
  26. -- CONTACT --
  27. Created & maintained by:
  28. * Richard Sheppard (siliconmeadow) - http://drupal.org/user/55284
  29. Sponsored by:
  30. * Aroq Ltd - an online publisher providing authoritative and timely
  31. global business information for busy executives via four dedicated
  32. industry specific websites: http://www.just-auto.com,
  33. http://www.just-style.com, http://www.just-food.com &
  34. http://www.just-drinks.com, all of which are in the process of being
  35. converted to Drupal.