A plugin for django-cms that provides just a markdown plugin and nothing more.
Project description
Simple Markdown plugin is just a 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 just markdown, just simple markdown. For django-cms, all i’ve found was fancy with alot of fucking java script assets.
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 added 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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad695e82bebb495f02a5f61ebc3df8a34d8a3e2c48bbfa79d5123f19c5232cbb |
|
MD5 | 9f4db71a53b865d2fe1fddb6304bf4ac |
|
BLAKE2b-256 | aa1c8e3447df498a0b8dd24187877f4e7fe5070dc418ceab851e0c6179ae6cf8 |