Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

License

Notifications You must be signed in to change notification settings

datafyit/cmsplugin-markdown

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

pip install Django
pip install django-cms
pip install South
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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • Python 14.6%
  • CSS 12.3%
  • HTML 1.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.