Releases: pylixm/django-mdeditor
Releases · pylixm/django-mdeditor
fix some image config bugs
v0.1.8 configs bug fix
fix some bug
v0.1.7 fix django2.1 issue
v0.1.6
v0.1.5
v0.1.4
V0.1.3
fix bug
V0.1.1
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.