A plugin for django-cms that provides just a markdown plugin and nothing more.
Project description
Simple Markdown plugin is just an simple markdown plugin for django-cms. It’s brutally simple. Just a text area and you’ll entered some markdown text and save it. And the reason why i make this is that, I really couldn’t find any simple as stupid plugin for django-cms, all i’ve found was fancy with alot of java script stuff.
Install
cmsplugin_simple_markdown is available at http://pypi.python.org/pypi/cmsplugin-simple-markdown. Install it by pip:
$ python pip install cmsplugin-simple-markdown
Or you can grab the latest version tarball and:
$ python setup.py install
Then just add it to INSTALLED_APPS.
Drama story
Since every application won’t begins with love, this plugin developed to solve a problem. 2 days back, i was using cms.plugin.text for handling html pages and stuff, but when i try to use aws s3/cloudfront for my static files, i’ve stuck with CORS problem. So i’ve develop cmsplugin-simple-markdown to be used without any deps on js/css files.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for cmsplugin-simple-markdown-1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f83b2c771dd9ecd579148400e5902b4d7ca68c5a9b73b24343c5bcefaa9184cc |
|
MD5 | e3ee5af1c523dd6ca04a4b002a38c535 |
|
BLAKE2b-256 | 03990e6d44770c8d6ba7cdf9a377029a8a8683a806a8247d0089c5c9b12497e5 |