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 -

Published by agusmakmun about 4 years ago

  • clean up
django-markdown-editor -

Published by agusmakmun about 4 years ago

  • Supported multiple themes: bootstrap & semantic (related issue #11)
# Choices are: "semantic", "bootstrap"
MARTOR_THEME = 'bootstrap'
django-markdown-editor -

Published by agusmakmun about 4 years ago

  • Enable/Disable Option for packaged semantic version #131
  • add config to mdx_video extension to use youtube-nocookie.com for iframe #126
  • Fix headings style in preview on admin page #129
  • fixed issue #130 (add new EscapeHtml extension to handle the XSS vulnerabilities
django-markdown-editor -

Published by agusmakmun over 4 years ago

  • Added config MARTOR_TOOLBAR_BUTTONS in settings.py to custom the toolbar buttons (fixed #124)
django-markdown-editor -

Published by agusmakmun over 4 years ago

  • Use https links in editor #118
django-markdown-editor -

Published by agusmakmun over 4 years ago

  • Fixed #114 (Syntax highlighting in admin not working)
django-markdown-editor -

Published by agusmakmun over 4 years ago

  • #111 (Use get_user_model and QuerySet filter in mention extension) thank for @CristopherH95
django-markdown-editor -

Published by agusmakmun over 4 years ago

  • Fixed #95 KeyError
django-markdown-editor -

Published by agusmakmun over 4 years ago

Thanks for @Xyene

  • Fixed Django 3 incompatibility
  • Hide emoji and mentions from Markdown guide if they're disabled
  • Make hljs optional in the preview
  • Add preview event for extra postprocessing
  • Support AdminMartorWidget in Django admin inlines
django-markdown-editor -

Published by agusmakmun almost 5 years ago

  • Add spellcheck feature #78
django-markdown-editor -

Published by agusmakmun about 5 years ago

  • fixed MIDDLEWARE at runtests.py
django-markdown-editor -

Published by agusmakmun about 5 years ago

  • merged #76 (Improve clarity of README).
  • runtests for django 2.*
django-markdown-editor -

Published by agusmakmun over 5 years ago

  • merged #68 (Make settings attributes overridable).
  • merged #66 (Fixed H2 default style).
  • support Django 2.2.*
django-markdown-editor -

Published by agusmakmun over 5 years ago

  • merged #63
  • changed into github emojis
  • adapt to django admin css
django-markdown-editor -

Published by agusmakmun over 5 years ago

  • css flag, #62 and BASE_EMOJI_URL
django-markdown-editor -

Published by agusmakmun over 5 years ago

  • fixed del_ins & icon expand editor
django-markdown-editor -

Published by agusmakmun over 5 years ago

  • fixed error message imgur invalid client_id
{
  "status": 403,
  "error": "{\"data\":{\"error\":\"Invalid client_id\",\"request\":\"\\/3\\/upload.json\",\"method\":\"POST\"},\"success\":false,\"status\":403}"
}
django-markdown-editor - v1.3.6

Published by agusmakmun over 5 years ago

  • Upgrade cores (Ace v1.4.2, Semantic UI <js:2.4.1, css:2.4.0>, jQuery v3.3.1)
  • fixed #58
django-markdown-editor - v1.3.5

Published by agusmakmun almost 6 years ago

  • fixed #51
  • fixed: #49
django-markdown-editor -

Published by agusmakmun about 6 years ago

  • fixed #44 - (thank you for @olymk2)