BUEditor

ufku - February 3, 2007 - 14:47
BUEditor Screenshot

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

  1. 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.
  2. Insert/edit link: Inserts link html. It works the same way as the image insertion.
  3. Bold: Encloses the selected text with the <strong> tag
  4. Italic: Encloses the selected text with the <em> tag
  5. Underline: Encloses the selected text with the <ins> tag
  6. Strike-through: Encloses the selected text with the <del> tag
  7. Headings: Inserts heading tags(h1, h2, h3, h4, h5, h6)
  8. Quote: Encloses the selected text with the <blockquote> tag
  9. Code: Encloses the selected text with the <code> tag
  10. 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.
  11. Unordered list: Creates a bullet list.
  12. Teaser break: Inserts Drupal teaser break which is <!--break-->
  13. Preview: Instant preview of the content at client side. Lines and paragraphs break automatically as in Drupal preview.
  14. 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();

Downloads

Recommended releases

Version Downloads Date Links
7.x-1.0-beta1 Download (67.48 KB) 2010-Jun-13 Notes
6.x-2.1 Download (68.39 KB) 2010-May-14 Notes

Other releases

Version Downloads Date Links
6.x-1.4 Download (36.15 KB) 2009-Sep-09 Notes
5.x-1.2 Download (34.46 KB) 2009-Sep-09 Notes

Development releases

Version Downloads Date Links
6.x-2.x-dev Download (68.41 KB) 2010-Jul-11 Notes


 
 

Drupal is a registered trademark of Dries Buytaert.