awesome-vue icon indicating copy to clipboard operation
awesome-vue copied to clipboard

Any good wysiwyg editor using vue guys?

Open tghelere opened this issue 6 years ago • 20 comments

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

tghelere avatar May 21 '18 18:05 tghelere

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

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

abdullahonden avatar May 23 '18 08:05 abdullahonden

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

SaphiLC avatar Apr 17 '19 21:04 SaphiLC

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

dogrocker avatar May 08 '19 08:05 dogrocker

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

Awesome suggestion!

slaveofcode avatar Jun 01 '19 21:06 slaveofcode

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

awesome !

kusillus avatar Jun 03 '19 15:06 kusillus

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.

SteakdeNiche avatar Jun 17 '19 08:06 SteakdeNiche

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

flapili avatar Aug 17 '19 11:08 flapili

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

sandalwoodsh avatar Sep 10 '19 02:09 sandalwoodsh

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

this is the best mate, thanks!

firmanjabar avatar Oct 09 '19 05:10 firmanjabar

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 avatar Nov 17 '19 11:11 millsoft

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

stefanelsat avatar Nov 26 '19 13:11 stefanelsat

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

Jogai avatar Dec 28 '19 13:12 Jogai

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

Leecason avatar Jan 01 '20 16:01 Leecason

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

Scrum avatar Mar 12 '20 12:03 Scrum

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 avatar Mar 12 '20 13:03 tghelere

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

Scrum avatar Mar 12 '20 13:03 Scrum

@tghelere so what was your conclusion? which is better

SreeragMohan avatar Mar 26 '20 08:03 SreeragMohan

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)

tghelere avatar Mar 26 '20 12:03 tghelere

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

syed-haroon avatar Apr 13 '20 12:04 syed-haroon

Any markdown WYSWYG ?

kasvith avatar Dec 05 '20 03:12 kasvith