A plain textarea editor aiming to facilitate code writing for Drupal.
IMCE is an image/file uploader and browser that supports personal directories and quota. It works with Drupal 4.7 or above versions.
IMCE, initially, was implemented for easy uploading images and adding them to TinyMCE. In the development process many features have been added.
It now supports the other most used wysiwyg editor FCKeditor. In addition to these two editors, with the aid of newly implemented Javacript API, IMCE has also support for inline image/file insertion into plain textareas.
You can visit the demo page to see the working examples.
This button removes the HTML formatting tags such as abbr, acronym, address, b, big, blockquote, cite, code, del, em, font, i, kbd, pre, s, small, span, strike, strong, sub, sup, u.
It processes the selected text and replaces it with the format-free text.
Smileys module provides an input filter converting text smileys into images. It allows creation or import of new smileys.
The smiley button dynamically gets the list of smileys and displays them in a dialog for users to choose. For demonstrating the effect of smiley filter, the preview button is also modified in order to convert text smileys into images.
Bbcode module provides a filter to use BBCode tags in Drupal posts. Although BUEditor allows usage of BBCode tags by default, its most important features such as instant preview or IMCE integrated image and link dialogs works for only HTML tags. This is because any other tag system requires extra process to be converted into HTML.
Below is a re-implementation of default buttons that allow insertion and instant preview of BBCode tags. The demo code also contains other tag samples that are supported for previewing.
BUEditor, sometimes, is criticized to have a too simple interface having ugly buttons. Having no counter-arguments, I can only show how BUEditor can be themed in order to achieve the desired look.
The below is a demonstration of a themed interface of BUEditor's default editor, which has become very hard to be recognized as BUEditor. The buttons and the style is borrowed from the popular WYSIWYG editor: TinyMCE. Hopefully, its interface is not criticized too much.
TMCE is my interpretation of how TinyMCE WYSIWYG Editor should be integrated into Drupal.
This project will not be officially available among Drupal projects since there are already modules (tinymce and tinytinymce) managing the same task.
Inline module button provides a user interface for adding inline files and images.
It opens an inline syntax dialog requesting three properties; inline type(inline, file, attachment), file name or id, and title.
If the selected text is a proper inline syntax, properties are extracted for editing.
A demo is available for testing.
Imagecache module button provides a user interface for adding images provided by imagecache presets.
It allows users select one of the imagecache presets that will handle the selected image. If IMCE is installed, the image URL can be retrieved from IMCE interface, otherwise the user specifies it manually.
A demo is available for testing.
Quick Table button provides a user interface for adding html tables into the content.
It has a very simple interface that allows easy creation of tables of any size by a single mouse click.
A demo is available for testing.