pylixm / django-mdeditor

Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.
https://pypi.org/project/django-mdeditor/
GNU General Public License v3.0
481 stars 103 forks source link

Prevent users to see the editor #83

Closed seyedian closed 4 years ago

seyedian commented 4 years ago

First of all, thank you so much for your wonderful markdown editor. Can you please help me out on below: I do have access into mdeditor in Admin, is there any way to only display preview to some users? I do not want others to be able to edit.

pylixm commented 4 years ago

You can use preview mode or only read mode, reference here : http://editor.md.ipandao.com/examples/html-preview-markdown-to-html.html or http://editor.md.ipandao.com/examples/readonly.html