background preloader

WYSIWYG

Facebook Twitter

Wysiwyg. Allows the use of client-side editors to edit content. It simplifies the installation and integration of the editor of your choice. This module replaces all other editor integration modules. No other Drupal module is required. The Wysiwyg module supports any kind of client-side editor including HTML editors (a.k.a. WYSIWYG), pseudo-editors (buttons to insert markup into a textarea), or even Flash-based applications. The Wysiwyg module also provides an abstraction layer for other Drupal modules to integrate with any editor. Discussions happen in the Wysiwyg group, and in IRC #drupal-wysiwyg. Installation Download and install the module as usual.Go to Administer » Site configuration » Wysiwyg, and follow the on-screen installation instructions that are displayed there.Follow the on-screen installation instructions. Further documentation Supported editors/plugins Editors: CKEditor, FCKeditor, jWysiwyg, markItUp, NicEdit, openWYSIWYG, TinyMCE, Whizzywig, WYMeditor, YUI editor.

Contribute. CKEditor - WYSIWYG HTML editor. This module will allow Drupal to replace textarea fields with the CKEditor - a visual HTML editor, sometimes called WYSIWYG editor. This HTML text editor brings many of the powerful WYSIWYG editing functions of known desktop editors like Word to the web. It's very fast and doesn't require any kind of installation on the client computer.

What is CKEditor? CKEditor is the far superior successor of FCKeditor. The editor has been rebranded and completely rewritten. It is now much faster (the code has been optimized), loads faster (the number of files has been reduced, so the browser will perform less HTTP requests) and developers friendly. See the list of features. Some features of the CKEditor module: ready to use plugins and buttons for <! Note for CKEditor 4.1+ users If you are using CKEditor 4.1+, you should adjust Advanced Content Filter settings. Config.allowedContent = true; in the Custom JavaScript configuration field of the Advanced Options setion for your CKEditor profiles. Demo site. CKEditor.com | The best web text editor for everyone. Episode 70 - Installer et utiliser l'éditeur de texte CKEditor 4 | Apprenez Drupal en vidéo et en français avec DrupalFacile. Insert. Insert is a utility that makes inserting images and links to files into text areas or WYSIWYGs much easier.

It adds a simple JavaScript-based button to FileField and ImageField widgets. When used with ImageField and ImageCache, images may be inserted into text areas with a specific ImageCache preset. This module was previously known as FileField Insert. Features Support for all major WYSIWYG editors, including tinyMCE, CKeditor, the WYSIWYG project (the recommended approach), and plain text areas.Insert images using ImageCache presetsMaximum width setting for inserted images (for combined use with the Image Resize Filter module)Per-field insert configuration See this module in action in the excellent FileField Insert / Image Resize Filter screencast by MustardSeed Media. Requirements CCK (2.5 or higher! Recommended projects Insert doesn't do much without FileField or some other supporting module installed. FileField (D6 only)ImageField (D6 only)ImageCache (D6 only)