Skip to content

Releases: agusmakmun/django-markdown-editor

v1.0.7

01 Jan 21:18

Choose a tag to compare

  • added feature dractags (templatetags) & demo.
{% load dractags %}
{{ field_name|safe_markdown }}

# example
{{ post.description|safe_markdown }}

v1.0.6

01 Jan 16:50

Choose a tag to compare

  • upgraded jquery
  • minify ext-language_tools.js
  • added notes

v1.0.5

01 Jan 12:37

Choose a tag to compare

  • Update installation
  • Removed css atwho in widgets.py

v1.0.4

01 Jan 04:57

Choose a tag to compare

  • 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

30 Dec 13:09

Choose a tag to compare

  • 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

29 Dec 12:39

Choose a tag to compare

  • Initial launch (Still under development)