Describe the bug
When text or "content" is pasted into the editor from another app (browser, Word, VS Code, etc) its formatting is imported along with it, even if the editor does not support it.
To Reproduce
Select some content from a website, and paste it into a paragraph.
Observe that the text keeps its original formatting, and elements like links, images and videos are displayed inside OmniaWrite.
Switch scenes back and forth; the content is eventually sanitized.
Expected behavior
Pasted text should be scrubbed of all unsupported formatting, i.e all tags except \, \, \. Line breaks should also be handled somehow, as they are (currently) not allowed inside paragraphs.
Describe the bug When text or "content" is pasted into the editor from another app (browser, Word, VS Code, etc) its formatting is imported along with it, even if the editor does not support it.
To Reproduce
Expected behavior Pasted text should be scrubbed of all unsupported formatting, i.e all tags except \, \, \. Line breaks should also be handled somehow, as they are (currently) not allowed inside paragraphs.
Screenshots