vue-wysiwyg
vue-wysiwyg copied to clipboard
A lightweight WYSIWYG HTML editor for Vue.js
Hey guys! Is there a way to get the cursor position? Thanks!
I included component in my project and all the modules works as well but not the new table form. The inputs that sets rows and cols count doesn't change values...
All of the buttons have translations, which is fantastic, but for modules that require more input some translations are missing. These modules are: - Hyperlink - Image - Table
Version used: 1.7.2 I didn't see the french locale in the project so I added theme like this: ```javascript Vue.use(wysiwyg, { locale: { locale_name: 'Français', locale_shorthand: ['fr', 'français'], // Translations:...
I did created the translation for Indonesian. However, I found something missing on other locale like Germany and Italian locale. So I fixed them in the process.
Translated in Albanian language
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Pull request for fix clear format
Hello, Are there compatibility of chmln/vue-wysiwyg with vuejs3 ? Thanks!
Would be very helpful to have some sort of example showing how to upload images to a backend API—currently searching all over the web for answers.