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

Official TinyMCE Vue component

Results 101 tinymce-vue issues
Sort by recently updated
recently updated
newest added

If the plug-in package is imported from JS, TS will report an error ```html import Editor from '@tinymce/tinymce-vue'; import { RawEditorSettings } from 'tinymce'; import { computed, defineComponent, nextTick, reactive,...

GitHub

**What is the current behavior?** Followed the instructions as best I could, but also looked up other setups for self hosting tinymce for this component. Nothing seems to work. The...

GitHub

**What is the current behavior?** Text becomes blank and is not editable if parent siblings in DOM tree are removed or added. **Please provide the steps to reproduce and if...

bug
status: escalated
GitHub

**What is the current behavior?** After initializing a component with the `` syntax, it seems that the value binding does not work. [https://codesandbox.io/s/tinymce-editor-script-setup-x4dvkp](https://codesandbox.io/s/tinymce-editor-script-setup-x4dvkp) **What is the expected behavior?** The initial...

GitHub

**What is the current behavior?** - The vue component does not fire events for `@focus`, `@blur`, etc. It only fires them to their "on*" counterparts. E.g. "onfocus". - This conflicts...

GitHub

Hi, developers! Something happened with my TinyMCE. It starts change html code adding something. I don't know what to do. Ask for help! Before: After:

GitHub

**Method** 1. Constructed a simple page with TinyMce Vue component 2. Make sure the application JS imports the TinyMce Vue JS 3. Load the page **Expected Results** The preload css...

GitHub

What I miss in the documentation is how to pass tinyMCE content changes to VueX and back to make state management smooth. Now we are just helped doing a basic...

status: escalated
GitHub

**What is the current behavior?** **In IE 11** 1.input something in tinymce 2.ctrl + A → ctrl + C to copy content 3.ctrk + V is p tag auto append...

Hi, I am currently facing some issues inserting custom plugin content into the editor at the correct position when using the iOS QuickPath (swipe-typing) and iPadOS word suggestion input. I...