Questions tagged [ngx-quill]

ngx-quill is an open source Angular module for the quill cross-browser Rich Text editor. You can ask questions on implementing the ngx-quill library in your angular applications and extending the functionality of the library.

ngx-quill is an open source Angular module for the cross-browser Rich Text editor.

124 questions
0
votes
1 answer

append data to quill editors existing data angular

I am working on a requirement where I have to append data to a container that is quill-editor container in angular. I tried different things but neither they worked. I tried…
Prasad Patel
  • 707
  • 3
  • 16
  • 53
0
votes
1 answer

How to add image button in quill.js toolbar in angular 7 using ngx-quill?

I'm using ngx-quill for integrating quill.js in my project as mentioned on this link. https://www.npmjs.com/package/ngx-quill Using this tag I get the editor and toolbar but I want to add image button on the toolbar as…
harshit raghav
  • 593
  • 2
  • 9
  • 23
0
votes
1 answer

White space in ngx-quill

I use the ngx-quill editor and have a white space problem. The problem occurs when editing text. I try to insert an earlier generated html into the editor, but waste the white characters.
jgaw
  • 11
  • 3
-1
votes
1 answer

Quill Editor image resize

I am using ngx quill editor that enables use to paste image or add image via toolbar.My approach is am not using the bit 64, i upload the image to a server and returns to the input in my quill editor just URL if user upload an image. My issue now…
buruguduys
  • 13
  • 7
1 2 3
8
9