vue-wysiwyg
vue-wysiwyg copied to clipboard
A lightweight WYSIWYG HTML editor for Vue.js
In IE 11, when entering text into the wysiwyg box, the corresponding v-model is not being updated.
I see that the latest commit to Editr.vue implemented a blur event, but I can't seem to receive this event, for some reason. ``` ``` change works great, but we...
When I use TypeScript and import this lib, I got the error inside of VSCode and via serve, that the typedef file is missing. So please add a type def...
Is it possible to change the behaviour of the input area; On enter submit, on shift+enter insert a new line. I have tried using `@keydown.native="handleSubmit"` but it's acting strange. It's...
Any chance to catch keyboard events such as keydown?
Hi, i'm new with VueJS and i'm trying to use this lib. I want know how to send this text in formData or serialized on AJAX, u can help me?...
I'm unable to save the image as base64 I don't have an endpoint currently so I want to save that.
Hi chmln, I've fixed the focus issue by introducing auto focus upon entry. How should I do this? I'll give you the pull request? Or just paste the code here?...
Does it support RTL or any way to implement for RTL languages ?
Hello, Working with Laravel 5.7 / Vuejs 2.6 / Vuex 3.1/ Bootstrap 4.3 I installed "vue-wysiwyg": "^1.7.2" into backend part of my site. It works ok, but I am interested...