Where can i get a wiki formatting widget for my django application?

混江龙づ霸主 提交于 2019-12-04 17:59:34

There are two parts to this question. If you're looking for the client-side Javascript WYSIWYG (or WYSIWYM) editor widget, that's unrelated to Django and WMD is a fine choice (though personally I prefer MarkItUp!).

If you're looking for the server-side (Django) piece of the equation, you might check into django-markitup.

Stack Overflow uses WMD for their editing. This is an editor for the Markdown language, which, while not strictly wiki markup, is quite close.
An un-obfuscated Stack Overflow-edition version of WMD is available here.

You can check out my plugin for Django CMS, which adds Trac wiki syntax (with Trac macro support):

https://bitbucket.org/mitar/cmsplugin-markup-tracwiki

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!