I waste so much time battling the WYSIWYG editor in AnkiMobile.
Would it be possible to add a “paste as plain text mode” button or “paste as plain text” toggle in the settings?
If I copy the following from a plain text editor and paste to ankimobile’s editor:
Some text
more text.
Even more text!
Something like the following would be expected in code view:
<p>Some text<br>more text.<br>even more text!</p>
Instead, all of my cards are littered with extra <div>’s
And whatever this nonsense is
<span style="background: var(--field-bg);">
Adding two blank lines becomes
<div><br></div><div><br></div>
Why not integrate a free variant of TinyMCE, since it integrates into svelte ? Also, unordered list and indent buttons are gravely needed.
Thanks!