问题
Am looking for a wiki formatting widget for my django application, just like the one am using to type this question in stackoverflow?
回答1:
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.
回答2:
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.
回答3:
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
来源:https://stackoverflow.com/questions/476187/where-can-i-get-a-wiki-formatting-widget-for-my-django-application