mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Description update
This commit is contained in:
parent
bed58d6e58
commit
d65c43e0c4
2 changed files with 2 additions and 4 deletions
|
|
@ -6,9 +6,7 @@
|
|||
[](https://pypi.python.org/pypi/django-markdownx/)
|
||||
[](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).
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue