django-markdown-editor

Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI

GPL-3.0 License

Downloads
33.1K
Stars
781
Committers
32

Bot releases are hidden (Show)

django-markdown-editor - v1.3.1

Published by agusmakmun about 6 years ago

  • fixed issue about autofocus doesn't work properly #41
django-markdown-editor -

Published by agusmakmun about 6 years ago

  • fixed css enable-living
django-markdown-editor - v1.2.8

Published by agusmakmun about 6 years ago

Thank for @tomaszn ❤️ 👍

  • fixed #36 #39 (missing renderer parameter)
  • add feature enable live preview
django-markdown-editor - v1.2.7

Published by agusmakmun over 6 years ago

  • Support Django>=2.0
  • Support embed/iframe video from (Youtube, Vimeo, Dailymotion, Yahoo, Veoh, & Metacafe)
    (you just enter the shared link of a youtube video will display it properly)
django-markdown-editor -

Published by agusmakmun almost 7 years ago

  • Fixed #14 - Form label empty in Django Admin
django-markdown-editor - v1.2.3

Published by agusmakmun about 7 years ago

  • Fixed exit full screen when ESC is pressed.
django-markdown-editor - v1.2.2

Published by agusmakmun about 7 years ago

  • Compress css, js files
django-markdown-editor - v1.2.1 - upgrade draceditor to martor

Published by agusmakmun about 7 years ago

  • Fixed issue: #3 - Markdown widget becomes unresponsive when a model has multiple DraceditorField
django-markdown-editor -

Published by agusmakmun over 7 years ago

  • Fixed Issue #4
django-markdown-editor -

Published by agusmakmun over 7 years ago

  1. Merged PR: #2 (about missing flags image)
  2. Fixes static path of draceditor
  3. Supported lang en and id
django-markdown-editor -

Published by agusmakmun over 7 years ago

  1. Support translation.
  2. Support Fullscreen mode.
  3. Fixed filter users only if user is_active=True
  4. Support Keyboard commands for:
    • Underscores, Windows/Linux: Shift+U, Mac: Option+U
    • Strikethrough, Windows/Linux: Shift+S, Mac: Option+S
  5. Removed tooltip/popup of toolbar buttons, because can't handle the positions.
  6. Fixed json error encoding using LazyEncoder.
django-markdown-editor -

Published by agusmakmun almost 8 years ago

Added support strikethrough and underscores

DRACEDITOR_MARKDOWN_EXTENSIONS = [
    ....
    'draceditor.extensions.del_ins', # ~~strikethrough~~ and ++underscores++
    ....
]
django-markdown-editor -

Published by agusmakmun almost 8 years ago

  • Fixed bug emoji & imgur uploader
django-markdown-editor -

Published by agusmakmun almost 8 years ago

  • added upload.sh
django-markdown-editor -

Published by agusmakmun almost 8 years ago

  • Added global draceditor settings
# Input: string boolean, `true/false`
DRACEDITOR_ENABLE_CONFIGS' = {
    'imgur': 'true',     # to enable/disable imgur uploader.
    'mention': 'false',  # to enable/disable mention
    'jquery': 'true',    # to include/revoke jquery (require for admin default django)
}
django-markdown-editor - v1.0.7

Published by agusmakmun almost 8 years ago

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

# example
{{ post.description|safe_markdown }}
django-markdown-editor - v1.0.6

Published by agusmakmun almost 8 years ago

  • upgraded jquery
  • minify ext-language_tools.js
  • added notes
django-markdown-editor - v1.0.5

Published by agusmakmun almost 8 years ago

  • Update installation
  • Removed css atwho in widgets.py
django-markdown-editor - v1.0.4

Published by agusmakmun almost 8 years ago

  • 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
django-markdown-editor - v1.0.2

Published by agusmakmun almost 8 years ago

  • 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
Package Rankings
Top 8.17% on Proxy.golang.org
Top 1.97% on Pypi.org
Badges
Extracted from project README
pypi version paypal donation license python version django version build black