Closed basementmedia2 closed 3 years ago
@basementmedia2
insert_as_text - you want paste text from clipboard as text, as <html><body>
inside editor it will be <html>...
insert_as_html - insert as html
insert_only_text - paste you code in document and extract only visible text
insert_clear_html - insert as html but remove extra markup
Do you want smt like insert_as_text + insert_clear_html ?
Hi,
I want to paste only the plain text without any HTML. Default action "insert_as_text" pastes not only the text but also a bit of (commented) HTML code.
@basementmedia2 Use insert_only_text
Jodit Version: Current Version, tested on Jodit Playground
Browser: FF OS: Windows Is React App: ?
Code
Editor is set to paste plain text by default Pasting Text from Outlook Email (which contains hidden HTML Code) does not show the plain text but the complete HTML Code.
Expected behavior: Only plain text (=the copied text of the Email WITHOUT Html Code is pasted
Actual behavior: Althought i just copied 3 Words of the Mail, a lot of HTML Code is pasted, here a short snipped:
And so on (this was just a little part of the pasted content). Also the Option "Ask Before paste HTML" seems not to work correctly. Althought it was HTML i pasted i was not asked before pasting.