You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I replaced the markdown editor of machina with ckeditor using ckeditor javascript file. The content posted with that is not proper.
Its removing all the html tags from the final output. Image upload also not working. Can anyone tell me the correct way to implement ckeditor with machina.
This is what the content that i post.
And this is how it appears.
The text was updated successfully, but these errors were encountered:
I used the Quill editor, and had to use these two settings and this function:
MACHINA_MARKUP_LANGUAGE = ('xxx.views.utils.quill_html', {'safe_mode': True})
MACHINA_MARKUP_WIDGET = 'django_quill.widgets.QuillWidget'
I replaced the markdown editor of machina with ckeditor using ckeditor javascript file. The content posted with that is not proper.
Its removing all the html tags from the final output. Image upload also not working. Can anyone tell me the correct way to implement ckeditor with machina.
This is what the content that i post.
And this is how it appears.
The text was updated successfully, but these errors were encountered: