Skip to content

Commit ef68ac4

Browse files
committed
upgrade jquery, added notes
1 parent 9fd6c06 commit ef68ac4

File tree

5 files changed

+21
-1952
lines changed

5 files changed

+21
-1952
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ draceditor |pypi version|
1818
:target: https://pypi.python.org/pypi/draceditor
1919

2020

21-
**DracEditor** is Django Markdown Editor build for Dracos Linux *(https://dracos-linux.org)*. Demo video: https://youtu.be/DZCZD7Y8P0Y
21+
**DracEditor** is Django Markdown Editor built for Dracos Linux *(https://dracos-linux.org)*. Demo video: https://youtu.be/DZCZD7Y8P0Y
2222

2323

2424
Features
@@ -180,6 +180,15 @@ Draceditor Commands Refference
180180
.. image:: https://raw.githubusercontent.com/agusmakmun/dracos-markdown-editor/master/__screenshot/draceditor-guide.png
181181

182182

183+
Notes
184+
--------------------------------
185+
186+
**DracEditor** was inspired by great `django-markdownx`_, `Python Markdown`_ and `Online reStructuredText editor`_.
187+
188+
183189
.. _Ace Editor: https://ace.c9.io
184190
.. _Semantic-UI: http://semantic-ui.com
185191
.. _PyPI: https://pypi.python.org/pypi/draceditor
192+
.. _django-markdownx: https://github.com/adi-/django-markdownx
193+
.. _Python Markdown: https://github.com/waylan/Python-Markdown
194+
.. _Online reStructuredText editor: http://rst.ninjs.org

draceditor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = '1.0.5'
3+
__VERSION__ = '1.0.6'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

draceditor/static/js/draceditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : DracEditor v1.0.5
2+
* Name : DracEditor v1.0.6
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 1-Jan-2017
55
* Official : https://dracos-linux.org

0 commit comments

Comments
 (0)