London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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