Skip to main content

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/)

Project description

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

You need to install the following prerequisites in order to use this app:

pip install Django
pip install django-cms
pip install Markdown
pip install django-markwhat

If you want to install the latest stable release from PyPi:

$ pip install cmsplugin-markdown

If you feel adventurous and want to install the latest commit from GitHub:

$ pip install -e git://github.com/bitmazk/cmsplugin-markdown.git#egg=cmsplugin_markdown

Add cmsplugin_markdown and django_markwhat to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...,
    'django_markwhat',
    'cmsplugin_markdown',
)

Don’t forget to migrate your database:

./manage.py migrate cmsplugin_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

If you want to contribute to this project, please perform the following steps:

# Fork this repository
# Clone your fork
$ git co -b feature_branch master
# Implement your feature and tests
# Describe your change in the CHANGELOG.txt
$ git add . && git commit
$ git push origin feature_branch
# Send us a pull request for your feature branch

Roadmap

Check the issue tracker on github for milestones and features to come.

License

Major components:

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

cmsplugin-markdown-0.1.4.tar.gz (34.1 kB view details)

Uploaded Source

File details

Details for the file cmsplugin-markdown-0.1.4.tar.gz.

File metadata

File hashes

Hashes for cmsplugin-markdown-0.1.4.tar.gz
Algorithm Hash digest
SHA256 cf51344bc940d72ad39361766be2ccd266be8aecf2ce911d7f38a3fcaf03b4b3
MD5 6fb80bb3215157f2f9f769d5a221afa0
BLAKE2b-256 f1f2b4ee3bfe723d417ae49331d824aae3d147f90c26d1485111d0758f755620

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page