0

would like to use fckeditor or similar for building/editing webpages on the fly but there are a few other old questions where there are issues

am looking for any recent experiences/alternatives ?

thanks

Mauricio Scheffer
  • 98,863
  • 23
  • 192
  • 275
Kumar
  • 10,997
  • 13
  • 84
  • 134

3 Answers3

1

http://tinymce.moxiecode.com is not bad

Matthew Groves
  • 25,181
  • 9
  • 71
  • 121
Matthieu
  • 2,743
  • 19
  • 21
  • seems a bit slow compared to fckeditor in my unscientific testing - i.e. opening the demo pages for each in different tabs, fck loads faster – Kumar Jul 15 '09 at 18:44
0

Depends on the functionality you need. If it's a simple one like the one used here at StackOverflow, there's a Markdown Editor.

LordHits
  • 5,054
  • 3
  • 38
  • 51
  • Anytime you post a question or an answer on StackOverflow, you are typing into a MarkDown editor. Jeff Atwood has blogged about it many times and even says so in this post on meta.stackoverflow: http://meta.stackexchange.com/questions/1777/what-html-tags-are-allowed-on-stack-overflow-server-fault-and-super-user – LordHits Jul 17 '09 at 21:10
0

I had a pretty easy time integrating fckeditor in my asp.net mvc app. The fact that mvc and regular webforms co-exist seamlessly made including the free fckupload utility a snap. I highly reccomend it.

midas06
  • 1,991
  • 2
  • 22
  • 43