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

CKEditor 4 wrapper by Vue.js

Results 21 vue-ckeditor2 issues
Sort by recently updated
recently updated
newest added

The editor is not able to recognize a change when the user tries to add an emoji. It works fine if there is any keyboard interaction before of after adding...

ENHANCEMENT

Hello, i've got some strange behaviour. We have a construct like ``` ``` where <my-form-template> contains the <ckeditor> template. However, when <my-form-template> is hidden (showForm := false) and shown again,...

BUG
IMPROVEMENT

Hi, I am not able to set focus on the CKEditor after mounting, do you know how to do it? ``` mounted() { this.$nextTick(() => this.$refs.editor.focus()) }, ``` Thanks!

ENHANCEMENT
IMPROVEMENT

Hello @dangvanthanh - Thanks for creating this!! I added a console.log in ckeditor.vue here: ``` this.instance.on('change', () => { console.log('ckeditor onchange'); let html = this.instance.getData() if (html !== this.value) {...

Just trying to set a placeholder without any luck, my version is 2.1.5. Already found issue #60 and used both the `extraPlugins` and `placeholder` params in `config`, my code is...

QUESTION

Hi, Thanks for this great work. **Is there a way to change the skin of the editor?** I tried with config skin name 'kama' it's not taking. Any idea. Thanks,

**Describe the bug** creating the RTE on IE11 throws a console bug: SCRIPT70 permission denied. **To Reproduce** dynamically create an RTE on IE11 **Additional context** I found the reason why...

BUG

I am using vue-ckeditor2 and I want to upload image from local machine and resize it, I have downloaded plugings but where to place them and how vue-ckeditor2 node module...

**Describe the bug** with ckeditor v4.12.1 and v4.13.0 Uncaught TypeError: Cannot set property 'dir' of undefined ![image](https://user-images.githubusercontent.com/13418487/69250393-8af84280-0bea-11ea-9f28-0af1c57d43db.png) I didn't test the lower version. What is the compatible version after testing

BUG

HI. How Can i use Ckfinder for upload image?

DEMO