jQuery 最好的富文本编辑器是什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/207774/
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-26 08:46:41  来源:igfitidea点击:

What is the best rich textarea editor for jQuery?

jqueryrichtextbox

提问by Edward Tanguay

Something like this one on the Stackoverflow site would be nice!

Stackoverflow 网站上的这样的东西会很好!

Or something non-jQuery that doesn't conflict with jQuery $() tags would be great.

或者不与 jQuery $() 标签冲突的非 jQuery 东西会很棒。

回答by Chris S

I'm surprised nobody has mentioned markitup:

我很惊讶没有人提到markitup

markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.

标记它!是一个基于 jQuery 库的 JavaScript 插件。它允许您将任何文本区域变成标记编辑器。Html、Textile、Wiki 语法、Markdown、BBcode 甚至您自己的标记系统都可以轻松实现。

alt text

替代文字

回答by Jeremy B.

For me markitupis an excellent editor. It does rich text as a markup editor and allows you to use different standards: html, wiki, UBB, etc... It also allows plugins very easily.

对我来说,markitup是一个出色的编辑器。它将富文本作为标记编辑器,并允许您使用不同的标准:html、wiki、UBB 等……它还非常容易地允许插件。

回答by Stann

IMHO tinyMce and ckeditors are way too bloated. I've tried a lot of different editors that would be jquery plugins and the best one to my taste is HtmlBox. It's extremely small = 14Kb minified (without icons) and unobtrusive.

恕我直言,tinyMce 和 ckeditors 太臃肿了。我尝试了很多不同的编辑器,这些编辑器都是 jquery 插件,我觉得最好的一个是 HtmlBox。它非常小 = 14Kb 缩小(没有图标)并且不显眼。

I've tried all of these: 1. Avidan editor 2. Wymeditor 3. ueditor 4. RTE Jquery 5. jwysiwyg (GNU2) 6. jhtml area (Microsoft public license) 7. htmlbox (mit license) 8. TinyMCE (gnu) 9. Ckeditor (as well as FCKeditor)

我已经尝试了所有这些: 1. Avidan 编辑器 2. Wymeditor 3. ueditor 4. RTE Jquery 5. jwysiwyg (GNU2) 6. jhtml area (Microsoft public license) 7. htmlbox (mit license) 8. TinyMCE (gnu) 9. Ckeditor(以及 FCKeditor)

回答by Chris

CLEditor is an open source jQuery plugin which provides a lightweight (just over 9K with icons), full featured, cross browser, extensible, WYSIWYG HTML editor that can be easily added into any web site. http://premiumsoftware.net/cleditor

CLEditor 是一个开源的 jQuery 插件,它提供了一个轻量级(带有图标的 9K 以上)、功能齐全、跨浏览器、可扩展、所见即所得的 HTML 编辑器,可以轻松地添加到任何网站中。http://premiumsoftware.net/cleditor

回答by Edin Omeragic

I personaly use FCK because Tiny MCE does't handle html editing well, small changes in html produce lots of unececary html tags.

我个人使用 FCK 是因为 Tiny MCE 不能很好地处理 html 编辑,html 中的小变化会产生很多 unececary html 标签。

回答by digital delivery

For full on html (rather than WMD style b / i / a) I normally use http://www.fckeditor.net/. Customisation can be a little cumbersome, but reliable once in place.

对于完整的 html(而不是 WMD 样式 b / i / a),我通常使用http://www.fckeditor.net/。定制可能有点麻烦,但一旦到位就很可靠。

回答by Mehdi

here you can find 10 jquery and Non-jquery Text Editors: www.queness.com

在这里您可以找到 10 个 jquery 和非 jquery 文本编辑器: www.queness.com

回答by Michel

  • WYMeditor(What You See Is What You Mean) is a jQuery plugin.
  • jWysiwygis an alternative with much less features

回答by Shawn

I really like Yahoo's YUI Rich Text Editor.

我真的很喜欢雅虎的YUI 富文本编辑器

回答by Towfiq

WMD looks good. too bad it does not use jquery framework. TinyMce is pretty large and could slow down the page load..

大规模杀伤性武器看起来不错。太糟糕了它不使用 jquery 框架。TinyMce 非常大,可能会减慢页面加载速度。

look at this post: http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors

看看这篇文章:http: //www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors

hope it helps

希望能帮助到你

-Towfiq I.

-Towfiq I。