tinymce-react
tinymce-react copied to clipboard
Offical TinyMCE React component
When I convert editor content to text format, It takes double lines instead of a single line. `editor.getContent({ format: "text", })` EditorValue ``` Line 1 Line 2 ``` Is converted...
Note: I didn't add the container configuration here like we did in angular because when observing the memory usage of storybook for react it maxed out at ~400MB unlike Angular...
**Is your feature request related to a problem? Please describe.** The current version of tinymce-react hasn't support for some events, such as events to handle with errors: - SkinLoadError -...
how to make numbered list like this : 1. Test 1 2. Test 2 2.1 test 2-1 2.2 test 2-2 3. Test 3
I'm trying to use TinyMCE in my React project and want to pass the value of a React state as `initialValue` to the editor. This works but when pressing the...
Hi Team, May i know if there is a sample of how do we use setEditorInterval()? Thanks!
I have implemented tinymce using package manager with hosting which works fine in my localhost but when it is deployed in production build AWS its failing with below error :...
 At first, it was undefined. After refreshing, the initial value was available, but it was not updated?
Is there any option to wrap an element inside a custom div. For example I want to insert table inside the Editor and then I want to wrap that table...
I want to call a react component onClick of the custom plugin icon of the toolbar. Is there any way to do that? The red underlined ones are the custom...