James Johnson
James Johnson
That's not supported by TinyMCE directly, however as it is HTML you can get something working with CSS. https://codesandbox.io/s/css-nested-list-counter-hnj93r based on the solution here: https://stackoverflow.com/a/11522260/7377237
Can you post your editor configuration? Also which version of the integration are you using? Which version of TinyMCE are you using? The `initialValue` prop can be set asynchronously since...
Here is an example of setting the `initialValue` after the editor has loaded: https://codesandbox.io/s/asynchronous-initial-value-uh75r4
Since there has been no reply in a week I am closing this on the assumption it is resolved.
Well you can do that. https://codesandbox.io/s/wrap-table-146gce?file=/src/index.js The result however is probably not what you want as the editor seems to not want to allow content to be outside of the...
Could you share your editor configuration? What I suspect you are doing is using `initialValue` for a user updated value. The fix will probably be to use `value` instead. The...
Given there is no reply in a week I'm assuming this is resolved.
> I want to call a react component onClick of the custom plugin icon of the toolbar. Is there any way to do that? Here's an example of calling a...
I suspect the plugins are not loading because they are specified using the old format that is not supported in TinyMCE 6. See this: https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/#plugins Essentially TinyMCE thinks you are...
This issue appears to be about TinyMCE, not the react integration. For that reason I'm going to transfer it to the tinymce repository.