django-mdeditor-widget
A Markdown editor widget for textarea fields.
Installation and usage
- Install with pip
pip install django-mdeditor-widget
- Add "mdeditor" to your INSATLLED_APPS setting like:
INSTALLED_APPS = [
...
'mdeditor',
]
- In the form set the wdget to be "MDeditorWidget":
self.fields['text'].widget = MDeditorWidget(attrs={'rows': '30'})
Release files for django-mdeditor-widget 1.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-mdeditor-widget-1.1.8.tar.gz | 25.5 kB | Details |
Release files / django-mdeditor-widget-1.1.8.tar.gz
| Download URL | django-mdeditor-widget-1.1.8.tar.gz |
|---|---|
| Size | 25.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bf98d977905bd7b30a7f8fcea87e7acf46449fea35ffd27aaa44c5cd9cfa457c
|
|
BLAKE2b-256 checksum How to use checksums |
8198e89dc6a4e1777933fc4a5da2f856e82e58ee076878ef684bdf81ddbf0574
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|