django-markdownx is a Markdown editor built for Django
Find a file
2018-01-21 21:07:46 +01:00
docs Updated/completed JavaScript docs. 2017-07-10 20:10:08 +01:00
docs-src Updated/completed JavaScript docs. 2017-07-10 20:10:08 +01:00
markdownx DJango 2.0 support 2018-01-21 21:02:26 +01:00
static-src/markdownx Small clean up. 2017-07-07 10:53:42 +01:00
testapp DJango 2.0 support 2018-01-21 21:02:26 +01:00
.gitignore Moving static source files outside package 2017-05-04 16:37:52 +02:00
.travis.yml travis.yml fix 2017-04-23 15:44:49 +02:00
dev.py Test SQLite is now deleted through -c. 2017-04-25 14:50:23 +01:00
dev.xml [Closes #67] 2017-05-11 23:57:27 +02:00
django-markdownx-preview.gif Works for 1.0 version 2015-09-06 20:46:46 +02:00
LICENSE Licence fix 2016-05-14 21:31:11 +02:00
MANIFEST.in MANIFEST fix 2017-04-23 22:33:29 +02:00
README.rst Info about Django 2.0 support 2018-01-21 21:07:46 +01:00
requirements.txt Added dev.py to facilitate tests and contributions. 2017-04-23 10:03:19 +01:00
setup.cfg Universal wheel 2016-06-18 11:10:12 +02:00
setup.py Info about Django 2.0 support 2018-01-21 21:07:46 +01:00

================
Django MarkdownX
================

|PyPi_Version| |PyPi_Status| |Build_Status| |Format| |Supported_versions_of_Python| |Supported_versions_of_Django| |License|

Django MarkdownX is a comprehensive Markdown_ plugin built for Django_, the renowned high-level Python web framework, with flexibility, extensibility, and ease-of-use at its core.

Documentation
=============
http://neutronx.github.io/django-markdownx/


Key features
============

* Raw editing.
* Live preview.
* Drag & drop image uploads (automatically stored in the designated location in the *Media* directory).
* Customizable image insertion tag.
* Definition of maximum size for an image.
* Definition of acceptable image formats (PNG, JPEG, SVG).
* Image manipulations (compression, size reduction, cropping, upscaling).
* Pre- and post- text modification.
* Easy template customization, layout modification, and personalization.
* Multiple editors per page.
* Django Admin support.

Preview
=======

.. image:: https://github.com/neutronX/django-markdownx/raw/master/django-markdownx-preview.gif?raw=true
   :target: https://github.com/neutronX/django-markdownx
   :align: center
   :alt: django-markdownx preview

*(using Bootstrap for layout and styling)*

.. _Markdown: https://en.wikipedia.org/wiki/Markdown
.. _Django: https://www.djangoproject.com

.. |PyPi_Version| image:: https://img.shields.io/pypi/v/django-markdownx.svg
.. |PyPi_Status| image:: https://img.shields.io/pypi/status/django-markdownx.svg
.. |Build_Status| image:: https://img.shields.io/travis/neutronX/django-markdownx.svg
.. |Format| image:: https://img.shields.io/pypi/format/django-markdownx.svg
.. |Supported_versions_of_Python| image:: https://img.shields.io/pypi/pyversions/django-markdownx.svg
.. |Supported_versions_of_Django| image:: https://img.shields.io/badge/Django-1.8,%201.9,%201.10,%201.11,%202.0-green.svg
.. |License| image:: https://img.shields.io/pypi/l/django-markdownx.svg