解决javascript - What's the best WYSIWYG editor currently available? (jQuery suppport/integration is a plus.)
2021腾讯云限时秒杀,爆款1核2G云服务器298元/3年!(领取2860元代金券),
地址:https://cloud.tencent.com/act/cps/redirect?redirect=1062
2021阿里云最低价产品入口+领取代金券(老用户3折起),
入口地址:https://www.aliyun.com/minisite/goods
I'm working on a project that needs a WYSIWYG editor, but I haven't had to integrate one in a while, so I'm not familiar with the latest and greatest ones. I've used both tinyMCE and nicEdit in the past and I'd prefer not to use tinyMCE for this project because of its large overhead.
I don't need it to be overly complex, but I need the ability to change the available buttons on a per-implementation basis, and good compatibility with jQuery and AJAX is a huge plus. Obviously, good clean HTML support is a necessity.
So what WYSIWYG editors have you found lately? What ones would you recommend?
P.S. I know this is sort of a duplicate of This Question, but that question is nearly a year old and things change quickly.
javascript jquery tinymce wysiwyg|
this question edited Jul 25 '12 at 15:01 asked Jul 7 '10 at 3:45 Aaron Harun 12.2k 6 36 58
closed as off-topic by Andrew Barber Feb 5 '14 at 14:54
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Andrew Barber
|
7 Answers
7
解决方法
I have used almost all of them and in my opinion, ckeditor (which evolved from fckeditor) is probably the best free one and integrates well with jQuery. others i like include cuteEditor (not free) and a relative newcomer called elrte
|
this answer answered Jul 7 '10 at 5:35 Scott Evernden 22.5k 12 63 80 4 Ckeditor isn't written with help from jQuery, but it provides an adapter to easily integrate it using jQuery. – alex Jul 7 '10 at 5:39 1 yeah absolutely true - i should have clarified that. tnx alex – Scott Evernden Jul 7 '10 at 5:41 I like elrte very much. It uses jQuery and jQuery UI, and is very easy to set up. – Phil Hale Jul 15 '11 at 14:52 2 ckeditor seems amazing, wonder why it isn't more famous as wysihtml5 and TinyMCE... – Eran Medan Sep 4 '12 at 22:25 Just to add another one here - Redactor. Disappointingly it's not free, however looks to be a fairly competent editor.: – Rick Nov 27 '12 at 9:45 | show more comments
We use tinyMCE and it works well with jQuery.
|
this answer answered Jul 7 '10 at 5:39 Paul Alexander 22.5k 7 73 129 1 Just keep in mind that there are problems loading the editor from across different domains. If you have site.com, and you load the editor from static.site.com, you'll have problems, even when setting document.domain. – K. Norbert Jul 7 '10 at 6:15 Yes @K.Norbert, I've faced the same!! how to overcome that problem; or any better alternative? buddy!! plz guide through! – Vikrant Aug 20 '15 at 4:44
|
I've used JWYSIWYG for a couple projects where I needed something really light-weight that is an actual plugin. What features do you need?
|
this answer answered Jul 8 '10 at 17:19 user377276 164 4
|
Another worth adding to the list is the Closure Library Editor from Google. This is the editor the use in Gmail, Google Sites and Google Groups. It is also very customizable.
|
this answer answered Jul 19 '10 at 3:28 fodonnel 166 1 5
|
I've tried several editors, but the most customizable and best use I think the redactor.
It's not free, but you can save a lot of time with it.
Fast, small, looks great.
|
this answer answered Jan 25 '13 at 19:46 Steve Butabi 76 3
|
YUI Rich Text Editor is free, open source and is commercially developed by Yahoo. Excellent forums and examples too.
|
this answer answered Jul 7 '10 at 5:24 Larry K 26.6k 8 65 98 1 YUI recommends using YUI 3. YUI 2 has been deprecated as of 2011. This site acts as an archive for files and documentation. New link: yuilibrary.com – manudea Dec 12 '13 at 11:25 yuilibrary.com/yui/docs/editor – manudea Dec 12 '13 at 11:28
|
Wysihtml5 is nice, and seems very popular
|
this answer answered Sep 4 '12 at 22:27 Eran Medan 20.4k 39 133 222
|
protected by Bo Persson Sep 11 '12 at 18:00
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Not the answer you're looking for? Browse other questions tagged javascript jquery tinymce wysiwyg or ask your own question.
相关阅读排行
- 1Jquery Javascript 取得iframe中元素的几种方法
- 2eclipse aptana插件 —— 【javascript|html|css|jquery|…】自动提示
- 3javascript/jquery判断是否为undefined或是null!
- 4Notepad++ 配置 支持jquery、html、css、javascript、php代码提示
- 5如何实现javascript截图 jQuery插件imgAreaSelect使用详解