views:

66

answers:

2

Hi, I have tried TinyMCE and FC/CKEditor and they both don't really do the job... I wanted to get a wordpress like style...

Thanks!

A: 

YUI Editor :) Tis cool!

tarnfeld
+1  A: 

Wordpress actually uses TinyMCE, with its own modifications. It's open source, so you can probably grab the editor from Wordpress itself.

Otherwise, you have choices of using YUI Editor (although it may be too simplistic and isn't that widely used), or just using a plain text area with Textile/Markdown behind the scenes (similar to what Stack Overflow uses), and perhaps a row of javascript buttons at the top. There are a few scripts available that can do this for you, notably Textile Editor Helper.

If none of those works, and you still don't want to use TinyMCE or FCKEditor, you could always code your own.

igul222