ankurk91 / vue-trumbowyg

Vue.js component for Trumbowyg WYSIWYG editor :memo:
https://ankurk91.github.io/vue-trumbowyg/
MIT License
236 stars 35 forks source link

embed plugin issue #39

Closed uwejan closed 4 years ago

uwejan commented 4 years ago

Hi, i just made a fresh install. am getting the following error. trumbowyg@2.21.0 requires a peer of jQuery@>=1.8 but none is installed. You must install peer dependencies yourself. advice please?

uwejan commented 4 years ago

seemed to work against the warning, but frame videos do not render, and video urls do not work too. noembed is not working. https://alex-d.github.io/Trumbowyg/demos/#plugins-pasteembed

ankurk91 commented 4 years ago

Did you configure trumbowyg.pasteembed Plug-in?

Can you share a js fiddle?

ankurk91 commented 4 years ago

@uwejan Can you try to paste this url

https://www.youtube.com/watch?v=dQw4w9WgXcQ

on https://ankurk91.github.io/vue-trumbowyg/

You will found it is working fine, it was not working on js-fiddle for some reasons.

uwejan commented 4 years ago

hi @ankurk91 , it dose work your example, mine still not. i get this warning while installing the editor, is it safe to ignore it? trumbowyg@2.21.0 requires a peer of jQuery@>=1.8 but none is installed. You must install peer dependencies yourself.

uwejan commented 4 years ago

@ankurk91 Thank you. all good.