I have bounded tinyMCE to a textarea in my page,
How to disable formatted text entry in tinymce without unbinding tinyMCE from textarea?
I have bounded tinyMCE to a textarea in my page,
How to disable formatted text entry in tinymce without unbinding tinyMCE from textarea?
First, you can disable the buttons bold, italic, underline. Additionally you can remove the buttons for the plugins style.
Second, there is a way to remove formatted text when pasting: TinyMCE Paste As Plain Text
Third, you may disable the drag&drop handling for the editor and hinder the user to get formatted text into the editor this way. Hava a look at the tinymce config param paste_block_drop
under paste.