Javascript 目前最好的 WYSIWYG 编辑器是什么?(jQuery 支持/集成是一个加分项。)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3191762/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-23 03:37:22  来源:igfitidea点击:

What's the best WYSIWYG editor currently available? (jQuery suppport/integration is a plus.)

javascriptjquerytinymcewysiwyg

提问by Aaron Harun

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.

我正在做一个需要 WYSIWYG 编辑器的项目,但我已经有一段时间没有集成了,所以我不熟悉最新和最好的编辑器。我过去曾使用过 tinyMCE 和 nicEdit,但我不想在这个项目中使用 tinyMCE,因为它的开销很大。

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.

我不需要它过于复杂,但我需要能够在每个实现的基础上更改可用按钮,并且与 jQuery 和 AJAX 的良好兼容性是一个巨大的优势。显然,良好的干净 HTML 支持是必要的。

So what WYSIWYG editors have you found lately? What ones would you recommend?

那么您最近找到了哪些 WYSIWYG 编辑器?你会推荐哪些?

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.

PS 我知道这有点像This Question的重复,但这个问题已经有将近一年的历史了,而且事情变化很快。

采纳答案by Scott Evernden

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

我几乎使用了所有这些,在我看来,ckeditor(从 fckeditor 演变而来)可能是最好的免费版本,并且与 jQuery 集成得很好。我喜欢的其他人包括cuteEditor(不是免费的)和一个名为elrte的相对新人

回答by Paul Alexander

We use tinyMCEand it works well with jQuery.

我们使用tinyMCE,它与 jQuery 配合得很好。

回答by user377276

I've used JWYSIWYGfor a couple projects where I needed something really light-weight that is an actual plugin. What features do you need?

我在几个项目中使用了JWYSIWYG,在这些项目中我需要一些真正轻量级的插件。您需要什么功能?

回答by fodonnel

Another worth adding to the list is the Closure Library Editorfrom Google. This is the editor the use in Gmail, Google Sites and Google Groups. It is also very customizable.

另一个值得添加到列表中的是来自 Google的Closure Library Editor。这是在 Gmail、Google 协作平台和 Google 网上论坛中使用的编辑器。它也非常可定制。

回答by Eran Medan

Wysihtml5is nice, and seems very popular

Wysihtml5不错,而且似乎很受欢迎

回答by Steve Butabi

I've tried several editors, but the most customizable and best use I think the redactor.

我尝试了几个编辑器,但我认为最可定制和最好的使用的是redactor

It's not free, but you can save a lot of time with it.

它不是免费的,但您可以使用它节省大量时间。

Fast, small, looks great.

快速,小巧,看起来很棒。

回答by Larry K

YUI Rich Text Editoris free, open source and is commercially developed by Yahoo. Excellent forumsand examplestoo.

YUI Rich Text Editor是免费的、开源的,由雅虎商业开发。优秀的论坛例子