awesome-vue
awesome-vue copied to clipboard
Any good wysiwyg editor using vue guys?
I missed a list of editors. Researching about these, I found these alternatives, but I do not know if they are good
- https://github.com/chmln/vue-wysiwyg
- https://github.com/froala/vue-froala-wysiwyg
- https://github.com/hifarer/vueditor
any indication? Thanks
I'm using Trumbowyg on Vue.js with this package.
I was looking for a lightweight yet powerfull editor, I can recommend it.
I'm using Trumbowyg on Vue.js with this package.
I was looking for a lightweight yet powerfull editor, I can recommend it.
but it uses jquery, so it isnt lightweight, i would need to add jquery just to use that :(
https://github.com/scrumpy/tiptap?
https://github.com/scrumpy/tiptap?
Awesome suggestion!
https://github.com/scrumpy/tiptap?
awesome !
https://github.com/scrumpy/tiptap It's a really cool editor but for now, if you want to have a full package of functionality, it's not ready. For now there's no alignment functions for example. It's a really nice project but it needs to mature for now, imo.
Hi, after some search https://github.com/Eazymov/vue-mce is really good
flapili, have you found any instructions on how best to include in your VUE project?
https://github.com/scrumpy/tiptap?
this is the best mate, thanks!
I am using ckeditor in vue projects: https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.html
It has many features and looks cool. And it is very easy to install.
I am using ckeditor in vue projects: https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.html
It has many features and looks cool. And it is very easy to install.
@millsoft ckeditor is great, but there is no IE11 support yet ... 😕
https://github.com/tinymce/tinymce-vue
I recently made this editor hope helpful https://github.com/Leecason/element-tiptap
@tghelere Now the sheet has a fairly large selection, is this still relevant for you?
In fact, when I asked, some wysiwyg editor were already listed in this repository. However, I wanted to know in the opinion of other devs which would be the best option. And with that question, I ended up discovering some other options that were not yet listed here
@tghelere ok let me know if I can do anything else for you
@tghelere so what was your conclusion? which is better
What's up The question was asked in 2018, and many of the answers were asked in 2019. As there was a hurry to deliver the project, I ended up opting at the time at https://github.com/surmon-china/vue-quill-editor as it seemed to be the simplest for implementation and met the client's needs (and he was not even mentioned in this issue)
Here are few editors but basically these are the wrappers for famous JS editors:
Any markdown WYSWYG ?