convert_linebreaks.css |
plugins/convert_linebreaks/convert_linebreaks.css |
|
/* Nothing to see here. */ |
linebreaks.css |
plugins/linebreaks/linebreaks.css |
|
/* Nothing to see here. */ |
linebreaks.inc |
plugins/linebreaks.inc |
|
Implement Wysiwyg module hooks. |
README.txt |
README.txt |
|
## SUMMARY ##
This module allows you to use wysiwyg editors on legacy content that may not
already have HTML formatting applied, and also allows you to keep your nodes
free of extraneous HTML formatting, instead relying on Drupal's input… |
wysiwyg_linebreaks.css |
wysiwyg_linebreaks.css |
|
/* Remove toolbar button from Wysiwyg Editor toolbars. */
.cke_wrapper .cke_toolgroup .cke_button .cke_off.cke_button_convert_linebreaks, /* CKEditor, convert linebraks button */
.cke_wrapper .cke_toolgroup .cke_button .cke_off.cke_button_linebreaks,… |
wysiwyg_linebreaks.info |
wysiwyg_linebreaks.info |
|
name = Wysiwyg Linebreaks
description = Plugin to allow legacy content editing and more sane formatting in wysiwyg editors.
package = User interface
core = 7.x
dependencies[] = wysiwyg
files[] = wysiwyg_linebreaks.module
files[] = plugins/linebreaks.inc |
wysiwyg_linebreaks.module |
wysiwyg_linebreaks.module |
|
Module adds a Wywisyg API plugin that converts p and br tags to linebreaks,
and vice-versa. |