Questions tagged [react-quill]

A Quill component for React.

react-quill is a plugin that creates components for the quill text editor for use with Facebook's reactjs library.

Resources
Github repository
QuillJS

239 questions
0
votes
1 answer

Quill keyboard shortcuts documentation

There seems to be missing documentation around what are the specific keyboard shortcuts provided by default for the quill library. From testing I know that "Shift + Tab" can be used to navigate between elements and the toolbar but I cannot find a…
0
votes
0 answers

Quill rich text editor bold option not working with quill-mentions

My Quill text after tagging is not getting bold even though the Bold option is selected. I am using quill-mentions for tagging operation. import QuillMention from "quill-mention"; This is the sample that I am getting:

Hi

Sahil
  • 25
  • 7
0
votes
0 answers

react quill img width

dd

"} formats={formats} onChange={onContentsChange} /> In this case, "alt" and "width"…
devrobot
  • 39
  • 3
0
votes
1 answer

quill-image-resize-module importing error

I am using react-quill Editor in my react app, where I need to resize the image in the editor there for I am using "quill-image-resize-module" yarn package but when I import this package in the JS file, It's giving me an error "Could not find a…
0
votes
0 answers

React Quill supported image file formats

I am trying to validate a message that a user creates using react quill from my express server, but I am not sure what file formats react quill supports. Currently, my code checks all the images for these image extensions: const…
0
votes
1 answer

javascript in the value in react-quill/react-quill-with-table

It seems like, by default content is sanitized in react-quill/react-quill-with-table, So if there is java script in the value then quill is replacing it by

tag. Below is part of the code: import Quill from 'quill'; import ReactQuill from…

0
votes
1 answer

How to make "Normal" heading working "as expected" in cutom toolbar

I try to cutomize Heading labels I used a custom toolbar like this : const CustomToolbar = () => (