使用哪个 wmd 编辑器存储库
我读到原来的 wmd-editor 不再维护,因此有人努力对其进行逆向工程,托管在 github 上。然而这个版本还没有准备好,因为它引用了许多未定义的函数,例如:
processHeadings 未定义 /static/js/lib/plugins/wmd/showdown.js 第66行
还有一个 Google 代码版本,但存储库是空的。
有谁知道是否有使用可公开访问的存储库对 wmd-editor 进行成功的逆向工程尝试?
I read that the original wmd-editor is no longer maintained so there was an effort to reverse engineer it, hosted on github. However this version is not ready because it references a number of undefined functions, for example:
processHeadings is not defined
/static/js/lib/plugins/wmd/showdown.js
Line 66
There is also a version on Google Code, but the repository is empty.
Does anyone know if there is a successful reverse engineering attempt of wmd-editor with a publicly accessible repository?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信大多数人都在使用 derobbins 版本(也是 Stack Overflow 上使用的版本)。
如果您感兴趣的话,还有许多 derobbins 版本的分支,它们添加了一些附加功能(例如 ajax 加载)或其他修复,包括 我的 (MarkEdit) 这是 WMD 编辑器界面端的 jQuery 重写,以添加自定义和公共 API。
The derobbins version is the version I believe most people are using (and the one used here on Stack Overflow).
There are also a number of forks off of the derobbins version that add some additional functionality (ajax loading for example) or other fixes if you're interested, including mine (MarkEdit) which is a jQuery re-write of the interface side of WMD editor to add customization and a public API.
根据2010-02.
看一下 wmd-new 分支, Stack Overflow 分支 和 最活跃的分支(来自 此元帖子)。
Updating as per 2010-02.
Take a look at the wmd-new fork, the Stack Overflow fork and one of the most active branchs (from this meta post).