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

This a component provides use of tinymce for vue developers

Results 39 vue-tinymce-editor issues
Sort by recently updated
recently updated
newest added

so, error occured when "[App.vue](https://github.com/theroozbeh/vue-tinymce-editor/blob/master/src/App.vue)" rendered on runtime. (It is not always, just somtimes happened.) ![image](https://user-images.githubusercontent.com/34334571/179743774-f66e6497-d1ce-47cb-b9ec-9b26a93c8312.png)

When we select the content and press the delete key of the keyboard, the selected content of the editor is deleted but the v-model is showing the old value. The...

how to edit image in content ?

```JS tinymce.init({ selector: 'textarea', init_instance_callback: function (editor) { editor.on('blur', function (e) { console.log('Editor was blurred!'); }); } }); ```

Failed to load plugin url: ../../zh_CN.js

Add the following codes in your files: import '../../../static/langs/zh_CN.js' in stead of options: { language_url: '/static/langs/zh_CN.js', images_upload_url: `/api/upload-image/` },

` [Vue warn]: Error in beforeDestroy hook: "TypeError: 'null' is not an object (evaluating 'rng.startContainer')" ` I am facing this above error in safari browser. This error occurs when I...

I am using https://github.com/dyonir/vue-tinymce-editor this plugin for tinymce but it is disable i am totally unable to write anything in it what could be the reason of it ``` ```...

This project is in disrepair for a long time, and there are many bugs. It is recommended to replace it with the official one. The address is https://github.com/tinymce/tinymce-vue. I hope...

Hi I get the issue when i put the tinymce inside the v-for please help me, thanks