vuejs / awesome-vue

🎉 A curated list of awesome things related to Vue.js
MIT License
71.91k stars 9.45k forks source link

Any good wysiwyg editor using vue guys? #2144

Open tghelere opened 6 years ago

tghelere commented 6 years ago

I missed a list of editors. Researching about these, I found these alternatives, but I do not know if they are good

any indication? Thanks

abdullahonden commented 6 years ago

I'm using Trumbowyg on Vue.js with this package.

I was looking for a lightweight yet powerfull editor, I can recommend it.

SaphiLC commented 5 years ago

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 :(

dogrocker commented 5 years ago

https://github.com/scrumpy/tiptap?

slaveofcode commented 5 years ago

https://github.com/scrumpy/tiptap?

Awesome suggestion!

kusillus commented 5 years ago

https://github.com/scrumpy/tiptap?

awesome !

SteakdeNiche commented 5 years ago

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.

flapili commented 5 years ago

Hi, after some search https://github.com/Eazymov/vue-mce is really good

sandalwoodsh commented 5 years ago

flapili, have you found any instructions on how best to include in your VUE project?

firmanjabar commented 4 years ago

https://github.com/scrumpy/tiptap?

this is the best mate, thanks!

millsoft commented 4 years ago

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.

stefanelsat commented 4 years ago

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 ... 😕

Jogai commented 4 years ago

https://github.com/tinymce/tinymce-vue

Leecason commented 4 years ago

I recently made this editor hope helpful https://github.com/Leecason/element-tiptap

Scrum commented 4 years ago

@tghelere Now the sheet has a fairly large selection, is this still relevant for you?

tghelere commented 4 years ago

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

Scrum commented 4 years ago

@tghelere ok let me know if I can do anything else for you

SreeragMohan commented 4 years ago

@tghelere so what was your conclusion? which is better

tghelere commented 4 years ago

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)

syed-haroon commented 4 years ago

Here are few editors but basically these are the wrappers for famous JS editors:

kasvith commented 3 years ago

Any markdown WYSWYG ?