You are here

README.txt in Empty paragraph killer 8

Same filename and directory in other branches
  1. 6 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/895232 for further
information.

-- CONFIGURATION --

* Go to your input formats (/admin/config/content/formats)
* Click the configure link next to the desired input format
* Click the checkbox next to 'Empty paragraph filter'.
* Under the "Filter processing order", ensure Empty paragraph killer is at the
  bottom of the list, unless you know there are other filters that need to be
  processed afterwards.

-- 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/895232 for further
  18. information.
  19. -- CONFIGURATION --
  20. * Go to your input formats (/admin/config/content/formats)
  21. * Click the configure link next to the desired input format
  22. * Click the checkbox next to 'Empty paragraph filter'.
  23. * Under the "Filter processing order", ensure Empty paragraph killer is at the
  24. bottom of the list, unless you know there are other filters that need to be
  25. processed afterwards.
  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.