vue-froala-wysiwyg icon indicating copy to clipboard operation
vue-froala-wysiwyg copied to clipboard

Vue component for Froala WYSIWYG HTML Rich Text Editor.

Results 107 vue-froala-wysiwyg issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

First, thank you for your great project, Our project purchased Froala Editor and use it with vue-froala-wysiwyg. We can't find a license file like Vue.js. https://github.com/vuejs/vue/blob/dev/LICENSE [MIT License](https://opensource.org/licenses/MIT) requires you...

I want use vue-froala with CDN, Where can I find a example?

Hello! When on the page where I have many instance of froala, I found this error and the initialization of froala is very slow, need help! Thank you. ``` Uncaught...

Hi, I'm trying to use the Vue plugin add-on for the Froala editor, but I can't figure out how to include Froala plugins into the instance. If I import the...

![image](https://user-images.githubusercontent.com/23720587/95730925-79f86a00-0cb1-11eb-9052-5f66cbec9962.png)

I'm trying to install Vue froala on my Laravel project. I followed the exact instruction provided here: https://github.com/froala/vue-froala-wysiwyg but I get: `Cannot find module 'babel-runtime/core-js/json/stringify` Not sure if I have...

@stefanneculai this is a first cut at fixing #60, but I don't think it's quite right. Firstly, I'll point out that it might be a sledgehammer approach - to update...

Trying to make something similar to [this](https://www.froala.com/wysiwyg-editor/examples/custom-image-button) We use nuxt, froala is loaded as a plugin. `import "froala-editor/js/froala_editor.pkgd.min";` `import Vue from "vue"`; `import VueFroala from "vue-froala-wysiwyg";` `Vue.use(VueFroala);` this is the...

Case examples > sample 5 > click image > tool > clck Image Caption ![스크린샷 2020-03-18 오후 8 13 56](https://user-images.githubusercontent.com/58244870/76955211-1b565200-6955-11ea-8ea5-6f77890988e0.png) ![스크린샷 2020-03-18 오후 8 14 57](https://user-images.githubusercontent.com/58244870/76955277-39bc4d80-6955-11ea-8031-6e0881e32a91.png) **this.$el** is Object not...