/djangocms-markdown

A plugin for django-cms for adding content to your placeholders via Markdown with EpicEditor

Primary LanguageJavaScriptMIT LicenseMIT

djangocms-markdown

Forked from the work of Tobias Lorenz (https://github.com/bitmazk/cmsplugin-markdown)

This is a plugin for django-cms that aims to replace the standard text plugin with it's WYSIWYG editors. With cmsplugin-markdown you can write your content in Markdown using EpicEditor (http://oscargodson.github.com/EpicEditor/)

Installation

Install from GitHub::

$ pip install git+https://github.com/ovidner/djangocms-markdown.git#egg=djangocms_markdown

Add djangocms_markdown and markdown_deux to your INSTALLED_APPS::

INSTALLED_APPS = (
    ...,
    'markdown_deux',
    'djangocms_markdown',
)

Migrate your database::

./manage.py migrate djangocms_markdown

Usage

Just go to the page admin of django-cms (or the Entries admin of cmsplugin-blog) and add a markdown plugin to a placeholder. It should be pretty much self-explanatory.

Contribute

You are very welcome to contribute! Fork off, make a branch and do a pull request.

License

Major components: