What’s the best HTML WYSISYG editor available to web developers and why?

There are many different flavored HTML WYSIWYG editors from javascript to ASP.Net web controls, but all too often the features are the same. Does anyone have a favorite HTML editor they like to use in projects? Why?

Answers:

Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.

Method 1

I’m partial to TinyMCE WYSIWYG editor due to the following reasons:

  1. Javascript – so it is broadly usable
    regardless of the platform I’m
    working in.
  2. Easy to use – just a couple lines of
    code and a textarea and the control is up and
    running.
  3. Easily themed – so I can quickly
    make it look like the site in which
    it is being used
  4. Most importantly – easily customized
    to show/hide particular buttons
    depending on my application needs

Method 2

FCKeditor, available at http://www.fckeditor.net/, is great because it is compatible with all major browsers including Safari. Most HTML rich text editors don’t support Safari.

Method 3

I have had decent luck with the FCKEditor in my ASP.Net applications.

Method 4

TinyMCE is great because its very easy to customise and to write plugins for.

It’s also been around for a while so there are plenty of resources and help available for it.

Method 5

If you’re looking for WYSIWYG editor to place on a web site, I like TinyMCE. Free with a decent community for support.

Method 6

If you’re talking about editing components (as opposed to stand-alone apps like DreamWeaver) I’ve used CuteEditor, TinyMCE, FCKEditor, eWebEditPro, and Telerik’s RAD Editor. They all have thier plusses and minuses, and you have to get used to their way of seeing the world. The HTML they spit out varies greatly, and I find I frequently have to tweak the results.

Method 7

TinyMCE by far. It does everything that FCKeditor does and more. We had problems with clients pasting in content from MS Word, FCK has problems parsing it and we’ve had mangled text. One of my department’s goals is to move our CMS to TinyMCE.

Method 8

I use TinyMCE in my projects. I did my research quite some time ago, but am still happy:

  • filters MS Word HTML better
  • has less files than FCKe 🙂
  • has a free adaptation of FCKe plugins for advanced file and image manipulation, tinymcpuk

Method 9

I would highly recommend the HTML Kit http://www.chami.com/html-kit/ not only does it come in a free version, but there are many modules that are available that make HTML markup alot easier.

Method 10

I always use FCKEditor, even tinymce have allmost the same features like fcke. You can use drag/drop, just like regular TextBox, and it’s really easy to edit config file and add/remove features.
Also, for fcke and tinymce you have to buy image thumbnail browser, in free version you have only file names list. I think that there’s no major differences between this two editors, and they are probably the best on market.

Method 11

Spaw is good looking, and easy to use. We have used it in several projects to date.

Method 12

It completely depends on what you are using it for.

For instance, I use VS2008 for ASP.NET coding, and Notepad++ for looking at HTML source. It’s all in what your end use for the editor will be. You won’t care how well it renders a decent PHP development experience if all you are doing is modifying CSS files, for instance.

Method 13

Adobe Dreamweaver. It will let you work visually or in code and switch between them. The killer criteria for a tool like that is that it builds good, clean code when you build visually, and Dreamweaver does that.


All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x