跨域所见即所得编辑器有哪些选项?
我正在编写一个用于客户端网站的第 3 方 API,并且我需要一个具有一些基本功能的文本编辑器。它需要是所见即所得的,因为最终用户是非技术性的。我环顾四周,发现此功能的最小大小是 45Kb。
有人实现过类似的跨域吗?如果不是的话,最小的编辑器是什么?
我搜索了一下,发现很多声称是轻量级的,但需要加载100Kb+。
谢谢, 丹尼斯
I'm writing a 3rd party API for use in client websites and I need a text editor with some basic functionality. It needs to be WYSIWYG as the end user is non technical. I've looked around and the smallest I've found for this functionality is 45Kb.
Has anyone implemented something like this cross domain? If not what is the smallest editor out there?
I've search and found many claiming to be lightweight but need to load 100Kb+.
Thanks,
Denis
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在大多数项目中使用 umbraco cms 及其用途:
http://www.tinymce.com/
在所有浏览器上都能很好地工作。
I use the umbraco cms in most of my projects and its uses:
http://www.tinymce.com/
Works great across all browsers.
我使用 Umbraco CMS。
这个 CMS 实现了 TinyMCE,但我更喜欢使用 markdown 而不是 wysiwig 编辑器。
然后我安装带有表格支持的
MarkdownDeep Editor
。http://our.umbraco.org/projects/backoffice-extensions/markdowndeep-editor
I use Umbraco CMS.
This CMS implements
TinyMCE
but I prefere to use markdown instead of wysiwig editors.Then I install
MarkdownDeep Editor
, with table support.http://our.umbraco.org/projects/backoffice-extensions/markdowndeep-editor