tags:

views:

1309

answers:

11

Read the entire post PLEASE.

I am not looking for a Windows based editor. I am looking for a web based editor that has some of the following. I know of this post, but its not what I want. Please don't mention it.

  1. A lot of mark up capabilities. Exp. Bold, Italics, Indent, Left & right align, etc...
  2. Has Live Preview just by typing, don't want to have to push a button to get it.
  3. Looking for a .NET Editor or cross platform editor.

Point: I must make it clear that I have seen FCK-Editor, FreeTextBox, tinymce, markdown etc...

To Compare: I am looking for something with the capabilities of TinyMCE but has the live preview of MarkDown

+7  A: 

This one is pretty great: http://www.fckeditor.net/

Adam Driscoll
All WYSIWYG editors (web-based or otherwise) suck, but FCKeditor sucks a little less. WRT a live preview function, there's probably an addition which will add that functionality, and if not, it ought to be easy enough to add your own - just take the contents of the text field and toss it in a div.
Garrett Albright
Found a line to make live preview work with FCK Editor case anyone was wondering.FCKeditorAPI.__Instances['instanceNameHere'].GetHTML();
Scott
A: 

I second fckeditor, it's a bit outdated however

If you want to spend money, check out Telerik's Ajax RadControls, they have an editor in their package:

http://www.telerik.com/products/aspnet-ajax/controls/editor/overview.aspx

kitsune
instead of more clutter, you should have voted up the orignal FCKEditor suggestion.
mmattax
it's part of the entire post, i will upvote him
kitsune
+2  A: 

If you like the one that stackoverflow uses, it is the WMD editor: http://wmd-editor.com/

mmattax
+1  A: 

I don't know if the WYSIWYG is free or not, but they have some pretty cool controls you can check out and they are reasonable on pricing if you talk to them.

http://www.obout.com/editor_new/

Here is a link the the editor in action Link

Quintin Robinson
+1  A: 

My favorite is Moxiecode's TinyMCE

James Curran
A: 

I need one with Live Preview. FCK-editor Does not Offer that and WMD-Editor doesn't offer the capabilities of TINY-MCE.

Scott
Actually, fck editor (at least the incarnations i have seen), has livepreview
kitsune
A: 

Found a line to make live preview work with FCK Editor case anyone was wondering. FCKeditorAPI.__Instances['instanceNameHere'].GetHTML();

Scott
A: 

I don't know of one that offers live preview, but you could do something simple like using TinyMCE, and onchange of the text area write to the innerHTML of a different div with the contents of the TinyMCE editor. This would probably give you what you want.

+2  A: 

You could also check out the YUI Rich Text Editor.

Barry Austin
A: 

I recommend WYMeditor: http://www.wymeditor.org/

gius
A: 

Hello! I think you have not yet tried out Xinha. Its Opensource but doesn't seem to have "live" preview...

Godcode