Vue Component #31
-
Hi, I want to use in VueComponent where earlier I was having below code to use tinymce editor. What is the best way to achieve the same editor in VueComponent as I used in tinymce earlier. import Editor from '@tinymce/tinymce-vue' Also the package version is "@tinymce/tinymce-vue": "^5.1.0", Please suggest the replacement in these case. thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi @carlosmintfan , Thanks for the quick reply to my query and nice fork version of tinymce. |
Beta Was this translation helpful? Give feedback.
-
Do you have any updates on this? I also need to use it to replace tinymce-vue. |
Beta Was this translation helpful? Give feedback.
-
I‘ve done the basics today (replacing most TinyMCE refs by HugeRTE, removing apiKey and licenseKey props, switching from Tiny Cloud CDN to jsDelivr etc.) but the test stuff is a bit more complicated: I‘ll have to "rebrand" the https://github.com/hugerte/miniature also, publish it…but I hope that the Vue component should be ready next Monday or Tuesday. Svelte and other components will follow. |
Beta Was this translation helpful? Give feedback.
-
I can't promise yet when this will be ready. I'll give a little overview on the current status and the problem. |
Beta Was this translation helpful? Give feedback.
Done. https://npmjs.com/package/@hugerte/hugerte-vue. Please test thoroughly before using it.