GithubHelp home page GithubHelp logo

sherab / cmsplugin-markdown Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitlabstudio/cmsplugin-markdown

0.0 2.0 0.0 76 KB

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

License: MIT License

Python 20.79% JavaScript 66.18% CSS 11.29% HTML 1.74%

cmsplugin-markdown's Introduction

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 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:

cmsplugin-markdown's People

Contributors

darbula avatar mbrochh avatar zanderle avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.