November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
FYI, CMS-24638 has been fixed and released in EPiServer.CMS.TinyMce 2.13.8
There is also a useful blogpost for spellchecker pro we added recently https://world.optimizely.com/blogs/ha-bui/dates/20222/8/how-to-integrate-tinymce-cloud-plugin-with-episerver/
Hi All,
We are trying to add Tiny SpellChecker Pro plug-in to Episerver RTE through Tiny cloud. Tiny suggested invoking the below-mentioned script tag after the core TinyMce code is loaded in Episerver, but before the editor itself is initialized and rendered. Essentially, we need the TinyMCE global variable to be defined, which happens when TinyMCE's code loads. But the editor needs the Spellchecker Pro code to be loaded (in this case, via script tag) before it initializes and renders on the page.
<script src="https://cdn.tiny.cloud/1/YOUR_API_KEY_GOES_HERE/tinymce/6/cloud-plugins.min.js?tinymcespellchecker" referrerpolicy="origin"></script>
I have tried this, but it didn't work and failed to initialize the plugin:
Any idea how can we make it work?
Thanks in advance