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
0 answers

Auto-growing textarea with upward expansion on line break

I'm having problems implementing a function that should make a quill input field grow in y-direction up to a certain size on a line break. Basically a chat input field that grows as characters are entered (if needed) in a certain direction. Only…
user22022484
0
votes
0 answers

How can I set the CSS class only to the parent and not its children in Quill?

I'm using Quill Editor inside an Angular project. My problem is that when I set a custom class to an element I get this result:

testesetsetset

When I try to add another tag, Quill sets the same class to its children. This…
0
votes
0 answers

REACTQUILL issue when set the state

i am creating a blog pannel where user can writte blogs and store the blog in firebase but when i update the state with usestate hook the quill edtior stop showing the container and toolbar div are removed from there type hereimport React, {…
0
votes
1 answer

How to get value from 'ngx-quill' editor while using it with FormBuilder?

I am not getting value from the 'ngx-quill' editor when I try to use ngx-quill package to create an editor for my project. when I submit the form(using FormBuilder). I am using Angular 15 and ngx-quill v21.0.0. I am getting 'null' as a value for…
0
votes
0 answers

I can't type letter b in browser input quill-editor

I can't type letter b in my browser app using quill-editor
Nidal
  • 1
  • 1
0
votes
1 answer

onPaste scroll move to top on quilljs

I am using ngx-quill : 19.0.1 and when there are more than 4 paragraphs inside the editor the paste events causes the scroll to jump to the top and stay there. I came accross ngx-quill-paste developed by a dude who faced this issue before. This…
0
votes
0 answers

Is there an easy way to use the quill editor from ngx-quill for my angular 12 application to output data as markdown?

I am using ngx-quill 14.3.0 in my angular 12 application. I have a quill editor which should get data from an api and should also be used to post to an api. The issue I am having is that the data returned when using quill-editor is HTML and not…
hhww59
  • 51
  • 9
0
votes
0 answers

Why the format of text being returned as html format not in original ngx-quill format with attributes in angular

I am currently trying to implement send message button, where user types on the editor and sends message in return I will output the message on the display like below: The message gets sends successfully to api, but the issue is while displaying…
0
votes
1 answer

How can I disable the click button when the editor of ngx-quill is empty in angular?

I am using ngx-quill editor below in which any text can be entered an it will show using a click button. The issue that currently I am facing is that I can click the button even I have not entered any text into it and keep going on like below: I…
0
votes
1 answer

I am trying to replace the selected word in Quill Library with an ID from an Input that I create dynamically ANGULAR

Change the selected word "TEST" with the ID of the Input "1" With this code I am able to get the selected word and actually replace it with a hard coded dummy text but that only happens when I click inside the editor.. replaceSelection(event) { …
0
votes
0 answers

Add custom button along with existing toolbar options ngx quill - angular

I am working on building rich text editor in angular.able to get editor with default existing option, needs to add an new button now in the tool bar tried to add that but its not working along with existing options when added new button only that…
0
votes
0 answers

Quill - Remove Style When Copying

I want to copy my styled text from Quill into for example Gmail without keeping the styles that Quill includes when copy & pasting. I want to keep the styling of headings, lists and so on - but I'd just like to strip all the colors that gets…
Tompina
  • 726
  • 1
  • 9
  • 25
0
votes
2 answers

Errors After install Quill Editor

i get an error when i start project : "npm start": An unhandled exception occurred: ENOENT: no such file or directory, lstat '/.../node_modules/quill-mention' i folowed the steps in :…
0
votes
0 answers

Socket.io and ng-Quill Infinite Loop

I am creating a document sharing app similar to Google Docs but with ngx-quill for the quill editor and socket.io as socket library. When two users are viewing a document, there is an infinite loop that occurs with the quill editor. I know this must…
0
votes
0 answers

Image handler for quill editor angular

I have a quill editor added to my component. I need to upload the images to a server instead of encoding them in base64. So I'm thinking of an event fired when an image is added with the base64 encoding as input, and send this input to a BE HTTP…
user2004
  • 1,783
  • 4
  • 15
  • 42
1 2 3
8 9