From d65c43e0c400959aa6b1171bfa386ef02dc05ed1 Mon Sep 17 00:00:00 2001 From: adi Date: Fri, 9 Oct 2015 10:52:49 +0200 Subject: [PATCH] Description update --- README.md | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0c3518..1d21108 100755 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ [![Downloads](https://img.shields.io/pypi/dm/django-markdownx.svg)](https://pypi.python.org/pypi/django-markdownx/) [![License](https://img.shields.io/pypi/l/django-markdownx.svg)](https://pypi.python.org/pypi/django-markdownx/) -Django Markdownx is a markdown editor built for Django. - -It is simply an extension of the Django's Textarea widget made for editing Markdown with a live preview and image uploads. It supports uploading images (stored locally in `MEDIA_ROOT` folder! yay!) with drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page. +Django Markdownx is a Markdown editor built for Django. It enables raw editing with a live preview and image uploads (stored locally in `MEDIA_ROOT` folder! yay!) with drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page. Template is highly customizable, so you can easily use i.e. Bootstrap to layout editor pane and preview pane side by side (as in preview animation below). diff --git a/setup.py b/setup.py index c8f8919..e8b52b8 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( version='1.1.3', packages=find_packages(), include_package_data=True, - description='Simple markdown editor (without any shitty UI controls) with image uploads (stored in MEDIA_ROOT folder) and live preview', + description='Django Markdown editor with image uploads (stored in MEDIA_ROOT folder) and live preview.', url='https://github.com/adi-/django-markdownx', author='adi-', author_email='aaadeji@gmail.com',