Skip to content

Releases: agusmakmun/django-markdown-editor

v1.5.3

15 Sep 16:22
Compare
Choose a tag to compare
  • clean up

v1.5.2

15 Sep 16:04
baa4c93
Compare
Choose a tag to compare
  • Supported multiple themes: bootstrap & semantic (related issue #11)
# Choices are: "semantic", "bootstrap"
MARTOR_THEME = 'bootstrap'

v1.5.1

14 Aug 07:16
Compare
Choose a tag to compare
  • 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

v1.5.0

16 Jul 04:11
Compare
Choose a tag to compare
  • Added config MARTOR_TOOLBAR_BUTTONS in settings.py to custom the toolbar buttons (fixed #124)

v1.4.9

30 May 11:07
Compare
Choose a tag to compare
  • Use https links in editor #118

v1.4.8

18 Mar 03:16
Compare
Choose a tag to compare
  • Fixed #114 (Syntax highlighting in admin not working)

v1.4.7

17 Feb 02:04
Compare
Choose a tag to compare
  • #111 (Use get_user_model and QuerySet filter in mention extension) thank for @CristopherH95

v1.4.6

23 Jan 22:48
Compare
Choose a tag to compare
  • Fixed #95 KeyError

v1.4.5

21 Jan 04:03
Compare
Choose a tag to compare

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

v1.4.4

20 Oct 13:25
Compare
Choose a tag to compare
  • Add spellcheck feature #78