ericls / niji

A pluggable Django forum APP
http://nijiforum.com
MIT License
173 stars 70 forks source link

enable configurable preview using django-pagedown #21

Closed ericls closed 8 years ago

ericls commented 8 years ago

Use django-pagedown to enable editor preview and also provides a more easy-to-use editor.

Override some css to keep layout and styles consistent.

Override the default template to provide i18n to "Preview".

Also, the editor is automatically enabled if "pagedown" is in "INSTALLED_APP"