Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
39 views

I am using Next.js 15.5.4, React 19.1.0, and the package react-quill-new 3.6.0 for a blog editor. The editor works fine, the toolbar works fine, and all formatting options are working. But now I want ...
Rishav Kumar's user avatar
0 votes
0 answers
72 views

I'm using a custom React Quill editor component for blog creation. The editor works perfectly fine when uploading and displaying MP4 videos. However, when I upload MKV or MOV files, the behavior is ...
Brijal Kansara's user avatar
0 votes
0 answers
108 views

I am using React-Quill (react-quill-new) with the Bubble theme, and I am facing an issue where the link preview tooltip gets cut off when I hover over a link that is inserted in the first few lines of ...
Ratnesh's user avatar
  • 15
0 votes
1 answer
68 views

Problem: When I try to add a callback function inside the modules prop of ReactQuill, the Quill editor does not render at all. There are no errors or warnings in the console. only the footer section (...
Alwyn Raj's user avatar
0 votes
0 answers
36 views

I am using React Quill to set my data. on some button clicks I am add json data in the editor of the quill. and the object which I add looks like this. { "key1": 1, "key2": 2, &...
Ak02's user avatar
  • 161
1 vote
0 answers
85 views

I used code-block module in react quill but I want to add highlight to tag with inner code tag. I want to add class for different programming language, but Just after I am entering something in my ...
Sujan Ch's user avatar
3 votes
3 answers
220 views

I have a problem that only exists when using a Shadow DOM. It’s difficult to explain, but when the Shadow DOM is present (i.e. using the ShadowWrapper component), it behaves so that, when typing ...
user8758206's user avatar
  • 2,245
1 vote
0 answers
129 views

I am building a post-writing page using Next.js (13), React (18), Apollo Client, and ReactQuill. The goal is to allow users to insert images into the editor, upload them to a server, and display the ...
user28775495's user avatar
0 votes
0 answers
26 views

How do I retain custom class names (added via custom handler) when initializing quill instance (especially in react-quill)? Problem: I need to create a custom toolbar button in quill editor to create ...
Dmitry Oleinik's user avatar
0 votes
0 answers
29 views

The font-family seems to have applied but the "" (or whatever quill is using) doesn't display the font I want. It just displays Sans Serif seven times. Oddly, if I clicked on the different ...
Eric's user avatar
  • 1
1 vote
0 answers
392 views

I'm encountering an error while integrating the quill-mention module with react-quill in a Next.js application. The error message I see is: Unhandled Runtime Error TypeError: moduleClass is not a ...
Kuldeep Tak's user avatar
1 vote
0 answers
156 views

I hope you have a keen eye to see what I am missing or not doing right. I am trying to integrate ReactQuill editor into my app, and it is behaving as expected except for one little detail. Typing and ...
Xhris's user avatar
  • 170
1 vote
1 answer
154 views

I need to create a couple of simple formats that just add a css class - one block and one inline. I hit a problem with an unexpected error on the inline format. The quill docs are awful at covering ...
Rich - enzedonline's user avatar
0 votes
1 answer
516 views

In my react app I am using react-quill for the text editor and on the backend sanitize-html with JOI for the validation. In the text editor leaving empty lines results to this: <p><br></...
Vasilis Zisis's user avatar
0 votes
1 answer
125 views

in below code i have some time document not defined issue but now i am getting import is not a function in Quill , i have tried everything also visited every forum but no solution. this is nextjs and ...
How to Program's user avatar
1 vote
1 answer
668 views

I am using React-quill in my project and have encountered 2 issues whenever i write something using ordered and unordered lists (bullets and numbers) and then save to my database and then fetch ...
AKKUL GAUTAM's user avatar
0 votes
1 answer
302 views

I'm trying to type in React Quill, but every time i type the text cursor begins on the left and then the text as shown in the gif below, and when i try to backspace it won't, i should select the whole ...
sultan.h's user avatar
  • 433
-1 votes
1 answer
34 views

While creating template in quill editor sometime it shows ? in the display of content.i think its due to space, or might be something else.Suggest some ideas to resolved it.Its generate randomly ...
Ashutosh Singh Bhadauria's user avatar
2 votes
0 answers
97 views

this is the input This is how the quill takes it: <ol><li>this is a text</li><li>this 2nd line</li><li class="ql-indent-1">this is nested</li><li ...
not_hisokaYet's user avatar
2 votes
0 answers
787 views

I am currently using the React-Quill editor and the functionality for image upload is achieved through the 'formats/image' feature provided by Quill. Image resize option doesn't included in the react-...
Muthukumaran Ganapathy's user avatar
-1 votes
2 answers
978 views

I want to increase the inner text size of react quill text box, not the output text size but text editor's font size Image of form in the image, you can see the different font sizes. It looks odd This ...
Sail0r's user avatar
  • 11
1 vote
0 answers
58 views

moudlues = { toolbar: { container: toolbarOptions, handlers: { link: () => this.openLinkDialog(quillRef), }, }, }; I'm having issue with passing a function with ...
jack mama's user avatar
0 votes
3 answers
1k views

I'm working on creating a text editor that handle image uploads, everything works fine but when it re renders it completely disappears I tried using useMemo on modules and also add a unqiue key to ...
ksquare's user avatar
  • 11
1 vote
0 answers
785 views

I'm working on an application that allows hockey clubs to connect with each other by providing club listing pages with individual announcement pages. The announcement pages contain a create and update ...
loopstruct's user avatar
-1 votes
1 answer
328 views

I am using React Quill text editor to save data into database. The issue i am facing is when i am retrieving the saved data it is rendering with " " (double quote). eg: data is saved like ...
Firoz Khan's user avatar

1
2 3 4 5