What is the easiest-to-use web “rich text editor”

2019-03-11 07:57发布

I am looking for a text editor to be used in a web page. Where users can format the text and get a WYSIWYG experience. Doesn't need to be too fancy. But has to be easy to use and integrate into the page. Has to generate HTML as output. Support AJAX (one I checked works only with standard form submit) and has to be small in terms of download to the user's browser.

标签: html editor
9条回答
孤傲高冷的网名
2楼-- · 2019-03-11 08:41

I found TinyMCE pretty easy to implement. And it's light on bandwidth usage too.

查看更多
孤傲高冷的网名
3楼-- · 2019-03-11 08:46

Well it depends what platform you are on if you are looking for server-side functionality as well, but the defacto badass WYSIWYg in my opinion is FCKeditor. I have worked with this personally in numerous environments (both professional and hobby level) and have always been impressed.

It's certainly worth a look. I believe it is employed by open source projects such as SubText as well. Perhaps, Jon Galloway can add to this if he reads this question. Or Phil if he is currently a user.

查看更多
Rolldiameter
4楼-- · 2019-03-11 08:47

Using fck for some tine now, after "free text box", or something like that. Had problems only once, when I put fck inside asp.net ajax updatepanel, but found fix on forums. Problem was solved in next release.
I would like to see some nice photo browser in it, because fck comes only with simple browser that displays filename, no thumbs. The other one, that has thumbs costs bunch of money.
Didn't try it with asp.net mvc, don't know how will uploading work. It uses one ascx for wrapping js functionality.

查看更多
登录 后发表回答