Froala or TinyMCE WYSIWYG editor with Quasar?
-
Hi.
I need to integrate a WYSIWYG editor into my Quasar project. It has to be a fairly complete editor, I have seen two possible options one is TinyMCE and another Froala. Both look good and seem to have integration with VUE
But my question is (before spending a lot of time) if they have any problem with Quasar, I ask if someone tried to integrate them and found problems or could not do it.
Thank you.
-
If they work in Vue, then they’ll work in Quasar.
Scott
-
Ok, so there are no possible incompatibility problems with quasar. I’ll start with Tiny and I’ll tell you how I’m doing.
-
Hi @RodrigoSispyme can you please share how did you go with the Quasar integration with Tiny. We are about to start integration of Tiny and any insights will be helpful. Thanks.
-
If they work in Vue, then they’ll work in Quasar.
Could be true in theory , but I have seen nobody here successfully integrate CKEditor5 with Quasar.
The best effort so far:
https://forum.quasar-framework.org/topic/6788/how-to-convert-webpack-configuration-from-a-vue-config-js-to-quasar-conf-js-ckeditor-vue-docs -
I would start here:
https://github.com/tinymce/tinymce-vue
You’ll also have to use a boot file to register the component in Quasar:
https://quasar.dev/quasar-cli/boot-files#Examples-of-boot-files -
thanks a lot @dobbel. Will share our experience.
-
Well, I am fighting a lot with all kinds of WYSIWYG editors, TinyMCE is simple to install, it is just VERY EXPENSIVE, Froala is faster with loading but already started with issues from the get-go (warnings), Jodit, is …well…an adventure, Quill is too complicated and too many rules what you can and can’t do. So yes, it would be great to have a complete sample with at least image upload/paste capabilities.
-
@adsaviation have you checked this one:
https://github.com/donotebase/quasar-tiptap
great potential…
-
I go with @qyloxe, I use tiptap with quasar integration and it works fine.