cmsplugin-markdown

A plugin for django-cms that aims to replace the standard text plugin with it's WYSIWYG editors
Download

cmsplugin-markdown Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Tobias Lorenz
  • Publisher web site:
  • https://github.com/bitmazk/

cmsplugin-markdown Tags


cmsplugin-markdown Description

cmsplugin-markdown 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/).InstallationYou need to install the following prerequisites in order to use this app:pip install Djangopip install Southpip install MarkdownIf you want to install the latest stable release from PyPi:pip install cmsplugin-markdownIf you feel adventurous and want to install the latest commit from GitHub: pip install -e git://github.com/bitmazk/cmsplugin-markdown.git#egg=cmsplugin_markdownAdd user_tags to your INSTALLED_APPS:INSTALLED_APPS = ( ..., 'cmsplugin_markdown',)Don't forget to migrate your database:./manage.py migrate cmsplugin_markdownUsageJust 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.ContributeIf 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 branchProduct's homepage


cmsplugin-markdown Related Software