有没有类似于 gmail 的开源 javascript 富文本编辑器?

发布于 2024-08-29 03:56:03 字数 1536 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

山人契 2024-09-05 03:56:03

gmail 使用开源的closure-libary(由google 制作)。一些文档可以在这里找到:

https://developers.google.com/closure/library/

使用closure-libary创建的编辑器示例,与gmail编辑器非常相似(例如链接部分),可以在这里找到:

https://google.github.io/closure-library/source/closure/goog/demos/editor/editor.html< /a>

gmail uses the open source closure-libary (made by google). Some documentation can be found here:

https://developers.google.com/closure/library/

An example of an editor created with the closure-libary, much similar to the gmail editor (e.g. the link part), can be found here:

https://google.github.io/closure-library/source/closure/goog/demos/editor/editor.html

黯然#的苍凉 2024-09-05 03:56:03

我自己按照 Banzor 的建议使用 TinyMCE,但这里有一些其他替代方案,各有其优势:

I use TinyMCE myself as Banzor suggests but here are a few other alternatives eash with their own strengths:

划一舟意中人 2024-09-05 03:56:03

我用的是TinyMCE。它可能是最强大的 JavaScript 版本,并且具有非常干净的标记!整个用户界面也是可定制的。他们在 TinyMCE 网站 上有很多信息,

这是 jQuery 版本:TINYMCE 插件

I use TinyMCE. It is probably the most powerful JavaScript version and it has really clean markup! The entire UI is customizable too. They have alot of info on the TinyMCE website

Here is the jQuery version: TINYMCE plugin

我喜欢麦丽素 2024-09-05 03:56:03

谢谢丹尼斯,

但是最近gmail有一个非常好的定制功能!

新的gmail文本编辑选项

因此有一个像上面这样的简单代码,也可以从右到左识别自动从左到右语言。

Thanks Dennis,

But recently there is a very well customized feature for gmail!

New gmail text editing options

Hence is there a simple code like above and also can recognize right to left and left to right languages automatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文