tinymce-react icon indicating copy to clipboard operation
tinymce-react copied to clipboard

Offical TinyMCE React component

Results 47 tinymce-react issues
Sort by recently updated
recently updated
newest added

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...

GitHub

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 -...

enhancement
GitHub

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

GitHub

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...

GitHub

Hi Team, May i know if there is a sample of how do we use setEditorInterval()? Thanks!

GitHub

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 :...

GitHub

![image](https://user-images.githubusercontent.com/52769073/192185122-605caacb-68df-462e-ba8c-42f6e665b10b.png) At first, it was undefined. After refreshing, the initial value was available, but it was not updated?

GitHub

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...

GitHub

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...

GitHub