vote up 0 vote down star

Possible Duplicates:
Looking for WYSIWYG HTML editor
What is the best free online wysiwyg editor I could embed to my client’s website?

I'm about to start a small CMS addition to my company's product. I'm looking for the best free WYSIWYG for simple content editing inside of a web page.

Here are my requirements in priority order:

  • Free or the commercial license should be < $500 one time fee for unlimited site installations and developers.
  • Very light weight. I'm not looking to embed Word 97 into the site. Limited features like the stackoverflow's post editor will be fine.
  • It must not be bound to one platform, meaning it will work with ASP.NET and PHP sites. No Ajaxry needed.
  • Can be based on jQuery but no other JavaScript frameworks.
  • Its theme needs to be clean and not look like an embedded application.

Thanks for your responce!

flag

50% accept rate
How about these? stackoverflow.com/questions/tagged/… – Crises of Identity Oct 2 at 16:18
dupe: stackoverflow.com/questions/5833/… – SilentGhost Oct 2 at 16:23
The "Looking for a WYSIWYG HTML Editor" question is NOT a dupe of this one. – Joel Coehoorn Oct 2 at 16:24
However, this question is: stackoverflow.com/questions/191188/… – Joel Coehoorn Oct 2 at 16:25
It looks like the people that flagged this question as duplicate did not read the content or criteria of either question. Thanks! – Tim Santeford Oct 2 at 17:17

closed as exact duplicate by Donut, slf, SilentGhost, Bill the Lizard Oct 2 at 16:55

7 Answers

vote up 1 vote down check

Hi,

TinyMCE is the best editor I've found. I use it in all my CMS sollutions and it works just fine.

link|flag
1  
TinyMCE was the best – Tim Santeford Oct 8 at 8:25
vote up 6 vote down

Here is a good article on the top 20 free editors. Hope this helps.

http://www.webdesignerdepot.com/2008/12/20-excellent-free-rich-text-editors/

link|flag
NicEdit looks like the best option for me, Thanks for the link. – Tim Santeford Oct 2 at 17:26
NicEdit has turned out to be a disappointment. It works really good in IE8 but is really buggy with FF3. Indenting and removing indent cause real issues in FF3. – Tim Santeford Oct 6 at 17:23
vote up 2 vote down

SO uses the wmd editor.

link|flag
Wow I didnt know that SO uses a third party editor +1. – Tim Santeford Oct 2 at 16:25
vote up 0 vote down

i would recommend fckeditor , which i already use in many applications i developed.

it comes with a comprehensive list of integration example with many languages (PHP,Python,aso...)

link|flag
vote up 1 vote down

wym editor. Very simple, and lightweight.

link|flag
vote up 0 vote down

I would reccommend the popular, open-source FCKEdtior

Online text editor (DHTML editor), for ASP, ASP.NET, ColdFusion, PHP, Java and JavaScript brings to the web many of the powerful features of known desktop editors like Word. It's XHTML compliant and works with Firefox, Mozilla, Netscape and IE.

link|flag
vote up 1 vote down

I'd go for CKEditor: it's the newer, lighter version of FCKEditor, which others have already recommended here.

link|flag
Looks good but does not meet my $500 commercial license budget. – Tim Santeford Oct 2 at 17:19
Sorry, misread that bit of your question! Fair enough. – Mark B Oct 2 at 17:29

Not the answer you're looking for? Browse other questions tagged or ask your own question.