9:14 PM

4 Online Text Editors for your project

posted under by VegaPunk | Edit This

1. TinyMCE

TinyMCE is one of the most used text editor on the web, at least in a lot of custom applications, and it’s my text editor of choice. It features a lot of useful plugins like image insertion, text alignment, even css styling — basically all you need to make adjustments to html code or even templates. There are two more commercial plugins from the makers of TinyMCE,MCFileManager, a PHP file browser and MCImageManager, an image upload utility to upload / delete of photos. If you don’t want to pay for a commercial image upload utility, there is also a plugin called iBrowser for photo upload. TinyMCE has a lot of implementations, even with AJAX callbacks for saving files, which makes it a very solid structure to build your next killer app.

TinyMCE Homepage

2. FCKeditor

FCKeditor is another often used text editor on the web. It features many functions, and it’s especially light-weight, when compared to tinyMCE. It also supports multiple languages for the toolbars and comes with plenty of languages, which makes it pretty useful. One of the advantages of the FCKeditor is its built-in file manager in conjunction with a PHP script on the server, and its included spell checker. It’s the best lightweight editor when you need a fast and clean development cycle.


FCKeditor Homepage

3. Yahoo Rich Text Editor

Actually a component of Yahoo’s YUI Library, the Rich Text Editor is a very impressive, feature filled editor, even if it doesn’t provide as much functionality and plugins as the above editors. A big advantage to this online editor is that it can be used on mobile A-grade browsers, so when you need to build a mobile app, this editor is the best choice.

YUI Rich Text Editor

4. WYMeditor

WIMeditor is an xhtml editor with special focus on clean markup and Strict XHTML. The advantage of this editor is that it doesn’t use fonts, text formatting, or color. It instead focuses on CSS markup. This is actually a very good editor for beginners and clients that may produce poorly written html, because it only uses CSS rules which are already created. It is skinnable and supports custom menus / commands.

WIMeditor Homepage



0 comments

Make A Comment
top