如何向网站添加富文本编辑支持?
我需要一些带有富文本编辑功能的基本 CMS 功能。 在堆栈溢出上有一个常规的文本区域编辑控件,支持 Markdown 样式语法格式。 这超出了我的用户的范围,所以我想要一个类似丰富的编辑控件的东西,您可以在网站上输入它。 我知道这是可能的,因为很多网站都这样做,但我不知道从哪里开始。
I need some basic CMS functionality with rich text editing. On stack overflow there is a regular textarea edit control, with support for Markdown style syntax formatting. That would be beyond my users, so I want something like a rich edit control that you can type into on the web site. I know it is possible, as loads of sites do it, but I don't know where to start.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
TinyMCE 可能是此类产品中最流行的版本之一。 您可以根据您想要为观众提供的功能对其进行自定义以满足您的需求。 一些替代方案(往往比完整的 TinyMCE 安装轻):
TinyMCE is probably one of the more popular versions of this sort of thing. You can customize it to fit your needs, in terms of what functionality you want to offer your viewers. a few alternatives (tend to be lighter weight than a full TinyMCE install):
fckeditor 非常强大且可配置。
fckeditor is very powerful and configurable.
雅虎的 YUI 富文本编辑器 现已结束测试版,事实证明可以得到跨浏览器的良好支持。
Yahoo's YUI Rich Text Editor is now out of beta and proves to be well supported across browsers.