carljm / django-markitup

A Django reusable application for end-to-end markup handling. Includes integration with the MarkItUp universal markup editor (http://markitup.jaysalvat.com/) via a form widget, template tags, and AJAX preview. Supports Markdown and Textile out of the box, easy to switch to custom MarkItUp! sets/skins and custom AJAX preview. Also includes MarkupField for transparent database storage of pre-rendered markup.

Clone this repository (size: 345.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/carljm/django-markitup/
django-markitup / MANIFEST.in
r74:c3958afe7c3e 9 loc 237 bytes embed / history / annotate / raw /
1
2
3
4
5
6
7
8
9
include AUTHORS.rst
include CHANGES.rst
include LICENSE.txt
include MANIFEST.in
include README.rst
include TODO.rst
include HGREV
recursive-include markitup/templates *.html
recursive-include markitup/media *.html *.css *.js *.txt *.png