BUEditor
BUEditor is a text editor aiming to facilitate code writing.
Features
- Completely customizable editor interface
- Ability to create both image and text buttons
- Per role editor assignments
- Native support for html tags, bbcode tags, and other markup systems
Buttons in default editor
- Insert/edit image: Inserts image html. IMCE is used for file browsing, if it is installed. Editing a previously inserted image is possible if the html code of the image is selected with no extra characters.
- Insert/edit link: Inserts link html. It works the same way as the image insertion.
- Bold: Encloses the selected text with the <strong> tag
- Italic: Encloses the selected text with the <em> tag
- Underline: Encloses the selected text with the <ins> tag
- Strike-through: Encloses the selected text with the <del> tag
- Headings: Inserts heading tags(h1, h2, h3, h4, h5, h6)
- Quote: Encloses the selected text with the <blockquote> tag
- Code: Encloses the selected text with the <code> tag
- Ordered list: Converts the lines in the selected text to a numbered list. It is also possible to start a new list with no selection. If the selection is a list created by this button, the lines in the text are restored.
- Unordered list: Creates a bullet list.
- Teaser break: Inserts Drupal teaser break which is <!--break-->
- Preview: Instant preview of the content at client side. Lines and paragraphs break automatically as in Drupal preview.
- Help: Displays the title(hint) for each button of the editor.
Recommended
AJAX Markup
BUEditor's quick preview is not capable of previewing non-html markup that requires server-side processing.
AJAX Markup fills this gap by allowing live preview of the the content considering the selected input format.
Just change your preview button's content to: js: E.prvAjax();
