ngx-quill-upload icon indicating copy to clipboard operation
ngx-quill-upload copied to clipboard

Is it possible to not override the default video insert button?

Open exore13 opened this issue 2 years ago • 1 comments

Hello,

I would like to have two options to insert videos. One giving the URL, and another uploading a local video file.

Without the videoHandler specified, when I hit the 'video' button from the ngx-quill editor, a popup shows up asking for an URL. It is not pretty, but I would like to preserve this functionality as well. image

With the videoHandler specified, the editor asks for an video file, the handler code uploads it and returns the URL which is embedded into the document. This works wonderfully. image


Could it be possible to bind the video upload functionality to a different custom button?

exore13 avatar May 09 '22 16:05 exore13

I need the same feature!

xdrago1 avatar Jul 06 '22 16:07 xdrago1