SimonFc
SimonFc
Setting the editor to readonly mode via the disabled option for the FormControl should actually work so this is a bug. Thanks for finding this! We want tinymce-angular to work...
Might be something that tinymce-angular can handle but I do wonder how. I think we want to avoid delaying the removal of TinyMCE through other means than life cycle hooks...
Hi @huadaica1990, The `toc_header` setting require a h1-h6 element (see [plugins/toc/main/ts/api/Settings.ts#L14](https://github.com/tinymce/tinymce/blob/aca747c1395cff44175175211fa5d39d3e5c595f/modules/tinymce/src/plugins/toc/main/ts/api/Settings.ts#L14)). I see that the docs for [toc_header](https://www.tiny.cloud/docs/plugins/opensource/toc/#toc_header) don't mention this and is using 'div' as an example so moving...
Hi @OlivierJaquemet, As mentioned in the linked issues the behavior of the context menu in 5.x is purposefully different from that of 4.x, and while that behavior wont change in...
Hi, While I don't have an answer to your question I wanted to let you know that using TinyMCE together with Web Components is actually something we the maintainers of...
Thanks for reporting this. We'll look into the processing the icons to see what improvements we can do, in addition to the namespace declaration.
Hi, Using `valid_elements`/`extends_valid_elements` and then inserting an empty span tag through the code plugin is working for me. A span is inserted with a non-breaking space character. Is there a...
Just one of them at a time, and that made it possible for me to insert empty span tags with the code plugin. The behavior with the spans when you're...
I asked around and you're right, the behavior should be as with Word/Docs where it's possible to keep the formatting when you erase. Perhaps the behavior is due to how...
We want to fix as many bugs as possible altough there're many things that will be given priority. I'll keep this bug in mind though. You are of course always...