https://discord.umbraco.com logo
After a lot of testing, I created a App_Plugin for...
# show-and-tell
s
After a lot of testing, I created a App_Plugin for Tiptap Richtext editor to better handle pasting from Word etc.. https://github.com/lassespilling/tiptap-superpaste-plugin-for-umbraco Simple, just download and add folder to App_Plugins. No fuzz. Has two functions: Either override paste hotkey, or paste via button in toolbar. -- And yes I tried both of these: https://github.com/Intevation/tiptap-extension-office-paste https://github.com/unicscode/tiptap-clean-paste But none of them worked how I wanted. *With them you have to write the code to init these plugins, and you have limited control. Instead just drop my folder from repo into App_Plugins and you have full control yourself.*
9 Views