I have followed http://neutronx.github.io/django-markdownx/js/docs/markdownx.html#MarkdownX docs but can't get it done properly.
What is the correct way to setup two or more editors in the same page?
I have followed http://neutronx.github.io/django-markdownx/js/docs/markdownx.html#MarkdownX docs but can't get it done properly.
What is the correct way to setup two or more editors in the same page?
Copyright © 2021 Jogjafile Inc.
You don't have to set it up that way. MarkdownX is already initiated as your load
{{form}}
and{{form.media}}
, so it has no meaning. Now, coming to your question. Using two editors on the same page in really straight forward.in your
forms.py
:in your
views.py
:in your
form_template.html
:I hope that helps!