Releases: agusmakmun/django-markdown-editor
Releases · agusmakmun/django-markdown-editor
v1.0.7
- added feature
dractags(templatetags) & demo.
{% load dractags %}
{{ field_name|safe_markdown }}
# example
{{ post.description|safe_markdown }}
v1.0.6
- upgraded jquery
- minify
ext-language_tools.js - added notes
v1.0.5
- Update installation
- Removed css atwho in
widgets.py
v1.0.4
- Removed marked js
- Integrated the preview with python markdown
- Fixed direct mention
- Fixed draceditor urls path
- Removed
DRACEDITOR_EDITOR_OPTIONS - Fixed python markdown extensions
- Added buttons toggle in toolbar
- Removed css atwho
v1.0.2
- Integrated with Ace Editor
- Integrated with (Semantic-UI](http://semantic-ui.com)
- Live Preview
- Upload Image to imgur.com (via API)
- Emoji
:emoji_name: - Direct Mention users (not yet) -
@[username] - Highlight
pre - Django Admin support
- Toolbar Buttons
v1.0.0
- Initial launch (Still under development)