Skip to content

Releases: pylixm/django-mdeditor

fix some image config bugs

23 Sep 04:35
Compare
Choose a tag to compare
v0.1.8

configs bug fix

fix some bug

18 Sep 13:24
Compare
Choose a tag to compare
v0.1.7

fix django2.1 issue

v0.1.6

11 Jul 08:45
Compare
Choose a tag to compare

fix this bug #10

v0.1.5

29 Jun 02:12
Compare
Choose a tag to compare

add support django2.0

v0.1.4

04 May 09:14
Compare
Choose a tag to compare
修改django 依赖版本

V0.1.3

04 May 08:58
Compare
Choose a tag to compare
  • Add show markdown html
  • Fix some bugs

fix bug

12 Mar 03:26
Compare
Choose a tag to compare

Fix install bug to user python2.x in windows.

V0.1.1

07 Mar 01:46
Compare
Choose a tag to compare

Features

  • Almost Editor.md features
    • Support Standard Markdown / CommonMark and GFM (GitHub Flavored Markdown);
    • Full-featured: Real-time Preview, Image (cross-domain) upload, Preformatted text/Code blocks/Tables insert, Search replace, Themes, Multi-languages;
    • Markdown Extras : Support ToC (Table of Contents), Emoji;
    • Support TeX (LaTeX expressions, Based on KaTeX), Flowchart and Sequence Diagram of Markdown extended syntax;
  • Can constom Editor.md toolbar
  • The MDTextField field is provided for the model and can be displayed directly in the django admin.
  • The MDTextFormField is provided for the Form and ModelForm.
  • The MDEditorWidget is provided for the Admin custom widget.