-
I use the following versions:
"ngx-quill": "^25.3.2",
"quill": "^2.0.2",
"quill2-emoji": "^0.1.2",
I use Angular 17 (standalone)
When i insert emojis in my q…
djamn updated
1 month ago
-
Hi,
the "textarea-emoji-control" button has no type="button" attribute and sends the form by click.
Would it be possible to add this property here?
https://github.com/WindMillCode/quill-emoji/…
-
- 以下のコードのみだと `Unable to create emoji blot` というエラーが出る
## エラー
```
Unable to create emoji blot
```
## コード
```
const handleEmojiSelect = (emoji: any) => {
console.log(emoji);
const…
-
Apologies for opening an issue for these questions, @artknight, but I couldn't find another means of reaching out to ask. Is this a clone of `contentco/quill-emoji` updated for compatibility with Qui…
-
I want to use it in conjunction with quill-emoji, but it still does not work. Who has encountered the same problem as me and how to solve it?
-
## Description
Add a quill plugin that allows inline adding of emojis like in slack and in the editor toolbar.
Suggested Plugin: https://github.com/contentco/quill-emoji
## Acceptance Criteri…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues)
### Use case
I copied some content from another software that…
-
Screenshot -> https://kmc-s3.sgp1.cdn.digitaloceanspaces.com/Quill.png
```
// quill-emoji.ts
import Quill from "quill";
import emoji from "quill-emoji";
import "quill-emoji/dist/quill-emoji.css…
-
Hi,
I have a problem implementing quill emoji inside vueJs.
I'm having this error : **Uncaught Error: [Parchment] Cannot insert emoji into block**
Here is my code:
```
import { VueEditor, Qui…
-
I have added the emoji in the toolbar but when I select the emoji I get this specific error. Below is my code for react.js. this file is the the component.
`
import React, { useState } from 'react…