What's good IH fam! I'm looking for a simple WYSIWYG editor for the django admin. Want to be able to have a more expressive field for text/image input inside of the admin panel. Has anyone used TinyMCE or something similar? The documentation isn't straight forward - thinking I might be overthinking.
What have you used?
What are problems that you have with TinyMCE WYSIWYG Editor? I have been using it for more than 3 years and maybe I have some tips to help you handle it well.
I tried TinyMCE but failed to get it configured to my liking, and never got a "code-view" button working, which for me is vital.
I'm currently using django-summernote, which seems usefully configurable, but does tend to mess with the clean html (adding unneeded spans, styles etc) under circumstances I've not fully nailed yet (cut and paste seems to be something to do with it). Summernote also converts smart quotes to Unicode at the first opportunity; I'm not sure how I feel about that. But it was way quicker to get working than TinyMCE was.
I look forward with interest to other suggestions/experiences people have had.