today I learned javascript ClipboardItem can be filled with multiple mime type at the same time. I had first tried putting a text/html with element.innerHTML but I couldn't past the result in VS code.putting both text/html and text/plain (with element.textContent) let me past plain text in vs code and formatted text in libreoffice writer. Quite a nicr trick