113126964046446461

Published: Thu 12 September 2024
Updated: Thu 12 September 2024
By me

In misc.

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

links

social