tinymce-5-plugin-playground
tinymce-5-plugin-playground copied to clipboard
An example playground for TinyMCE 5 Plugins including Dialogs (and Tiny Dialog components), custom SVG icons, the Autocomplete UI Component and the URL Dialog UI Component
Hi, I try to integrate an icon svg to my plugin with your method but impossible to display it. I used a fontawesome icon 5 : https://fontawesome.com/icons/youtube?style=brands `editor.ui.registry.addIcon('youtube', ''); editor.ui.registry.addButton('youtube',...
Hi there I've created a working autocomplete plugin as per your very useful guide, but I realise that its functionality is tied to the main editor. What would I have...