angular-quill-editor icon indicating copy to clipboard operation
angular-quill-editor copied to clipboard

How to customize toolbar and add handlers?

Open darshanDevrai opened this issue 6 years ago • 2 comments

First of all thank you for the awesome library. I want to customize the toolbar by removing some of the buttons. Also I want to add custom helpers for image and video buttons. I have done all of that with ngx-quill. I want the similar functionality with ngx-quill-lite. Is it possible? How to do it?

darshanDevrai avatar Feb 23 '19 13:02 darshanDevrai

There are two ways to set up Toolbar, (1) via toolbarOptions for toolbar module, (2) via HTML template. Which way are you using?

changhuixu avatar Feb 23 '19 15:02 changhuixu

1st one.

darshanDevrai avatar Feb 23 '19 16:02 darshanDevrai