I am using django-summernote as a wysiwyg editor. And till now, I can save the post from the summernote editor and can display it too using the safe
filter. But some of its functionalities are not there in my template.
- There is no image upload button in the editor.
- The
Code
style is displaying fine, but theQuote
style is displaying just a regular text.
And finally, is it safe to use safe
filter in the templates?
Please help me how do I solve this problem. Or I can't use it in django? Thank you.