Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need ASP.Net/MVC Rich Text Editor [closed]

I'm looking for a "simple" RTE editor for a MVC application I'm programming.

The editor running the Stackoverflow message editor is almost exactly what I'm looking for. We don't need anything as fancy as FCK's editor.

Any suggestions?

like image 736
photo_tom Avatar asked Jul 30 '09 15:07

photo_tom


3 Answers

See this article - 10 jQuery and non-jQuery javascript Rich Text Editors. Should be something there you like!

like image 129
Dan Diplo Avatar answered Nov 07 '22 06:11

Dan Diplo


Stack Overflow uses WMD Editor. When you say 'almost exactly what you're looking for', what other features are you after?

like image 20
Nick Avatar answered Nov 07 '22 06:11

Nick


I have personally used FCKEditor on ASP.NET MVC with great success. An excellent editor, highly customisable. So as you don't need anything as complex as FCK with its defaults, you can strip it down to bare-bones.

like image 27
David Christiansen Avatar answered Nov 07 '22 06:11

David Christiansen