It looks like youโre browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
Miscellaneous
Plain Paste

Try it yourself:
When pastePlain option is enabled, Froala WYSIWYG HTML Editor filters the pasted content and keeps only plain text by removing all its rich formatting.
HTML
<div id="froala-editor"> <p>When <a href="../docs/options#pastePlain" title="pastePlain option" target="_blank">pastePlain</a> option is enabled, Froala WYSIWYG HTML Editor filters the pasted content and keeps only plain text by removing all its rich formatting.</p> </div>
JAVASCRIPT
<script>
$(function() {
$('div#froala-editor').froalaEditor({
pastePlain: true
})
});
</script> 