Tiny MCE 的替代方案

发布于 2024-07-27 05:39:50 字数 222 浏览 5 评论 0原文

想知道是否有人知道tinymce 的良好替代品? 我发现有时 AJAX 注入的内容会出现问题。 我注意到加载时似乎有点慢 - 我首先看到带有 HTML 标记的文本区域,然后它闪烁,然后我看到很小的界面。

wmd 和 markitup 并不完全是我想要的 - 它们太初级了。

还有其他好的轻量级 Javascript WYSIWYG 编辑器吗?

谢谢 卡斯帕

Was wondering if anyone knows a good alternative to tinymce? I find that it sometimes has problems with AJAX infused content. And I've noticed that it seems a little slow when loading - I first see the textarea with the HTML-Markup and then it flashes and then I see the tiny interface.

wmd and markitup are not exactly what I am looking for - they are too rudimentary.

Is there any other good lightweight Javascript WYSIWYG Editor out there?

Thanks
Casper

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

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

发布评论

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

评论(7

水溶 2024-08-03 05:39:50

FCKeditor 怎么样?

What about FCKeditor?

不及他 2024-08-03 05:39:50

CKEditor 新的 FCKEditor

CKEditor the new FCKEditor

时光倒影 2024-08-03 05:39:50

就我个人而言,我最近最喜欢的是 Quill。 更干净的界面、简单的文档和整体更干净的代码。

这是他们的快速入门:

var quill = new Quill('#editor', {
    theme: 'snow'
  });
<!-- Include stylesheet -->
<link href="https://cdn.quilljs.com/1.3.4/quill.snow.css" rel="stylesheet">

<!-- Create the editor container -->
<div id="editor">
  <p>Hello World!</p>
  <p>Some initial <strong>bold</strong> text</p>
  <p><br></p>
</div>

<!-- Include the Quill library -->
<script src="https://cdn.quilljs.com/1.3.4/quill.js"></script>

网站:
https://quilljs.com/

这是他们的游乐场:
https://quilljs.com/playground/

最后,他们在与其他编辑器进行比较方面做得很好。

CKEditor、TinyMCE、Draft、ProseMirror 和 Trix:
https://quilljs.com/guides/comparison-with-other -富文本编辑器/

Personally my favorite as of late has been Quill. Cleaner interface, simple documentation and overall cleaner code.

Here is their quick start:

var quill = new Quill('#editor', {
    theme: 'snow'
  });
<!-- Include stylesheet -->
<link href="https://cdn.quilljs.com/1.3.4/quill.snow.css" rel="stylesheet">

<!-- Create the editor container -->
<div id="editor">
  <p>Hello World!</p>
  <p>Some initial <strong>bold</strong> text</p>
  <p><br></p>
</div>

<!-- Include the Quill library -->
<script src="https://cdn.quilljs.com/1.3.4/quill.js"></script>

Website:
https://quilljs.com/

Here is their playground:
https://quilljs.com/playground/

Finally, they do a great job of comparing themselves to other editors.

CKEditor, TinyMCE, Draft, ProseMirror and Trix:
https://quilljs.com/guides/comparison-with-other-rich-text-editors/

因为看清所以看轻 2024-08-03 05:39:50

Attacklab 很快就被 StackOverflow 和我自己使用了。 它是所见即所得的,但仍然非常有用。

过去,我使用过 YUI 富文本编辑器。 实际上有两个版本,一个比另一个更基本。

Attacklab is used by StackOverflow, and myself soon enough. It's WYSIWYM, but still quite useful.

In the past, I have used YUI Rich Text Editor. There's actually two versions, one more basic than the other.

戈亓 2024-08-03 05:39:50

PunyMCE 是一个较新的竞争者,由制作 TinyMCE 的同一批人开发。 它是超轻量级的,支持主题化、插件功能的重要要求,并支持国际化。

PunyMCE is a newer contender by the same guys that make TinyMCE. It's super lightweight and supports the important requirements of being themeable, plugin capable, and supports internationalization.

我最亲爱的 2024-08-03 05:39:50

FCKEditor还是不错的,你可以试试。

FCKEditor is quite good, you can try that.

人心善变 2024-08-03 05:39:50

佩里克斯的评论很有帮助。

尝试了几个建议的,显然 Tiny 或 FCK 是最好的。

- 编辑 -
我发现并喜欢: http://markitup.jaysalvat.com/

--编辑 2012--
我现在已经回到使用 jQuery 的最小/轻量级tinyMCE 安装。

peirix's comment was helpful.

Tried a couple of the suggested ones and apparently Tiny or FCK are the best of the crop.

--EDIT--
I found and liked: http://markitup.jaysalvat.com/

--EDIT 2012--
I have now moved back to a minimal/light weight tinyMCE installation using jQuery.

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