Skip to main content

Questions tagged [quill]

Quill is a cross-browser rich text editor. It features a complete API allowing granular access and manipulation to the editor and its contents.

quill
1 vote
0 answers
31 views

How to add cid to e-mail body correctly?

I'm currently working on integrating email sending with GraphMailer, alongside a rich text editor powered by Quill. My goal is to allow inline image embedding in emails directly from the editor. ...
PBT's user avatar
  • 11
0 votes
0 answers
17 views

Unable to add emojis in quill RTE

I am using quill as my RTE in laravel/livewire app. Here is some of my code I have installed quill-emoji using npm My view file that loads the quill <div class="w-full" wire:ignore ...
Usama Arslan's user avatar
0 votes
0 answers
35 views

Js - Link target button option (blank vs self) in Quill Editor link

Is there any way to add an option button to set a link in quill editor (https://quilljs.com/docs/modules/toolbar) as target blank vs self? By default its setting a link as blank: <div class="...
Philipp M's user avatar
  • 3,448
0 votes
0 answers
16 views

I want to add Quill-Cursors to Ngx-Quill for collaborative real-time editor

I tried using ngx-Quill with websocket (socket.io) for real-time text editing which works but i want to add a cursor for each user, i tried using quill-cursors package but the documentation is using ...
Salim Dziri IMBUS's user avatar
0 votes
1 answer
35 views

Get data from Quill Editor and insert it in MySQL database in Laravel 11?

I've used Quill Editor in my Laravel project. However, I am unable to retrieve the value from the editor. I tried adding a name attribute but this is not working. <div id="content" name=&...
Ajinkya More's user avatar
0 votes
1 answer
134 views

How to set the initial font size?

I'm using Quill 2.0.2, it's very easy to setup a basic editor, but how can I set the initial font size? I found similar posts from 2016 on the web, but this seems to refer to an older version. Does ...
Ingmar's user avatar
  • 1,407
0 votes
0 answers
25 views

How to add Quill keyboard bindings in Next.Js Using react-quill?

I'm trying to add keyboard bindings to the quill editor in my project, however when I add keyboard to the modules object, the editor doesn't show. But when I remove it, the editor is visible again. ...
Burner's user avatar
  • 31
0 votes
0 answers
33 views

react-quill integration with quill-better-table is not working

I have a react js project where i have used react-quill editor like this I am trying to add a custom plugin of quill-better-plugin but its not working import { Quill } from "react-quill"; import ...
Vivek Gupta's user avatar
0 votes
1 answer
31 views

Custom inline custom class attributer throws 'create is not a function error - quilljs v2

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

Flutter Quill Text Editing Issue

When testing locally, everything worked fine, but after deploying to the server, the text editing section appears gray. What could be the problem? (The toolbar icons display correctly.) Setup AWS + ...
KView's user avatar
  • 1
0 votes
1 answer
57 views

Force refresh of CSS counter calculation

I am integrating the Quill editor into our application, and have been asked to implement line-numbering in code blocks. Following from this discussion, I used .ql-code-block-container { counter-...
Bob Arthur's user avatar
0 votes
0 answers
19 views

Does PrimeReact's Editor support highlight.js?

I'm using PrimeReact's Editor component and trying to add syntax highlighting to it. It is based on the Quill library so I tried to use highlight.js lib as the Quill's documentation says: import hljs ...
Vladislav Maksimov's user avatar
1 vote
0 answers
40 views

Adding video tag to react-quill editor

I'm trying to add video handler into my quill editor and it working. However, I want to add capability to prevent video download like <video> tag did. Here's my code const videoHandler = () =&...
Airlangga Fidiyanto's user avatar
0 votes
0 answers
23 views

Live preview using quill and MathJax together

I am trying to use quill and MathJax together in my Nuxt app. I have a live preview section. But the problem is whenever I am trying to re-render the section the Quill Editor is also getting formatted....
Arnab Maiti's user avatar
0 votes
0 answers
28 views

Quill Editor add validation to links

I am trying to add url validation within the quill editor on my webapp. I have successfully achieved this when user's are simply adding a link to some text, but this isn't working when they try to add ...
TreyCollier's user avatar

15 30 50 per page
1
2 3 4 5
84