使用哪个所见即所得编辑器?
我的 Web 应用程序需要一个所见即所得的 Markdown 编辑器,我听说 WMD 是显而易见的选择。
令我惊讶的是,WMD 在 IE8 中被破坏了。我还有什么其他选择,或者是否有已在 IE8 上测试且兼容的版本?
I need a WYSIWYM markdown editor for my web application and I heard WMD was the obvious choice.
To my surprise WMD breaks in IE8. What other option do I have, or is there a version that's been tested on IE8 and is compatible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
请查看 wmd-new。据其网站称:
编辑:我没有立即注意到,但该项目尚未发布任何源代码。
编辑2:正如warren在评论中指出的那样,“WMD的Stack Overflow分支”托管在github。有关更多详细信息,请参阅对 WMD 编辑器进行逆向工程。
Check out wmd-new. According to its website:
EDIT: I didn't notice it immediately but this project hasn't release any source code.
EDIT2: As pointed out by warren in a comment, a "Stack Overflow branch of WMD" is hosted on github. See Reverse Engineering the WMD Editor for more details.
我自己没有使用过WYMeditor,但是他们的支持的浏览器有:
I haven't used WYMeditor myself, but their supported browsers are:
derobins' github 上的 WMD 版本应该可以在 IE8 上正常工作。
The version of WMD on derobins' github should work fine with IE8.
wikipedia 页面上列出了一个 - 但我没有使用它:WYMeditor
There is one listed on the wikipedia page - but I've not used it: WYMeditor
我建议 Tinymce 一个很棒的 Javascript WYSIWYG 编辑器,带有负载功能,及其开源,它有 PHP、ASP、JSP 和 CouldFusion、多语言和其他一些功能的版本,非常容易定制,只需您希望他为您的用户启用的特定功能。
查看 Tinymce 网站:
http://tinymce.moxiecode.com
问候
编辑:
我在过去的两年里一直使用它,从来没有出现过任何问题。
I sugest Tinymce a wonderful Javascript WYSIWYG Editor, with loads of functionalities, and its opensource, it as versions for PHP, ASP, JSP and CouldFusion, multi language, and some others functions, very simple to customize with only the specific functions you want him to enable for your users.
Check out Tinymce website:
http://tinymce.moxiecode.com
Regards
EDIT:
I been using it for the past two years never had any problems with it.