符合 JQuery HTML 编辑器 CSS 标准
我只是不想有一个基于 JQuery 的 HTML 编辑器,该编辑器使用 、
、
以及所有那些已弃用的标签。你能帮我吗?
I'd simply like not to have a JQuery based HTML editor that use <b>
, <i>
, <font>
and all those deprecated tags. Can you help me please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Bespin 是我的选择 http://mozillalabs.com/bespin/ - 但它不是所见即所得,更像是 textmate在浏览器中。这里有一个 jQuery 扩展,可以更简单地使用 jQuery:
http://www.balupton.com/sandbox/jquery-sparkle/demo /#bespin
TinyMCE 我相信通过启用适当的选项也可以做你想做的事。
http://tinymce.moxiecode.com/
Bespin is my choice http://mozillalabs.com/bespin/ - it's not wysiwyg though, more like textmate in a browser. There is a jQuery extension here to make using it with jQuery simpler:
http://www.balupton.com/sandbox/jquery-sparkle/demo/#bespin
TinyMCE I believe also can do what you want with appropriate options enabled.
http://tinymce.moxiecode.com/
如果您正在寻找在网站内部使用的小型嵌入式编辑器,那么您最好的选择可能是 CKEditor (http://ckeditor .com/)。虽然它本身不是用 JQuery 编写的,但有可用的 JQuery 挂钩。
[1]:
If you're looking for a small embeddable editor to use inside of a website, your best option is probably CKEditor (http://ckeditor.com/). Though it itself isn't written in JQuery, there are JQuery hooks available.
[1]: