Skip to content

Commit

Permalink
upgrade jquery, added notes
Browse files Browse the repository at this point in the history
  • Loading branch information
agusmakmun committed Jan 1, 2017
1 parent 9fd6c06 commit ef68ac4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1,952 deletions.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ draceditor |pypi version|
:target: https://pypi.python.org/pypi/draceditor


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


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


Notes
--------------------------------

**DracEditor** was inspired by great `django-markdownx`_, `Python Markdown`_ and `Online reStructuredText editor`_.


.. _Ace Editor: https://ace.c9.io
.. _Semantic-UI: http://semantic-ui.com
.. _PyPI: https://pypi.python.org/pypi/draceditor
.. _django-markdownx: https://github.com/adi-/django-markdownx
.. _Python Markdown: https://github.com/waylan/Python-Markdown
.. _Online reStructuredText editor: http://rst.ninjs.org
2 changes: 1 addition & 1 deletion draceditor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

__VERSION__ = '1.0.5'
__VERSION__ = '1.0.6'
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
__AUTHOR_EMAIL__ = '[email protected]'
2 changes: 1 addition & 1 deletion draceditor/static/js/draceditor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Name : DracEditor v1.0.5
* Name : DracEditor v1.0.6
* Created by : Agus Makmun (Summon Agus)
* Release date : 1-Jan-2017
* Official : https://dracos-linux.org
Expand Down
Loading

0 comments on commit ef68ac4

Please sign in to comment.