quill-image-uploader icon indicating copy to clipboard operation
quill-image-uploader copied to clipboard

A module for Quill rich text editor to allow images to be uploaded to a server instead of being base64 encoded

Results 57 quill-image-uploader issues
Sort by recently updated
recently updated
newest added

so in the demo there is a blurred version of the image with a spinner but that doesn't show. my question is how to add a loading state?

It would be good to know from docs about the necessity of `formats: ['imageBlot']`. And that resolving upload promise immediately will not work.

``` import { QuillEditor } from '@vueup/vue-quill' import BlotFormatter from 'quill-blot-formatter'; import ImageUploader from "quill-image-uploader"; import '@vueup/vue-quill/dist/vue-quill.snow.css'; const toolbar = [ [{ 'align': [ '', 'center', 'right', 'justify'] }], ['image']...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I need to select multiple image...

Automated test runners such as Cypress cannot interact with system dialogs such as the file selection dialog box. In order to allow testing this module, this change does two things:...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7. Changelog Sourced from minimist's changelog. v1.2.7 - 2022-10-10 Commits [meta] add auto-changelog 0ebf4eb [actions] add reusable workflows e115b63 [eslint] add eslint; rules to enable...

dependencies

Hi, i have successfully embedded this script, but the url is being misformed like this: DELTA OK and readable: `{"ops":[{"insert":"Hello World!"},{"insert":{"image":"https://domain/1_2022-09-20_15:18:31.jpeg"}},{"insert":"\nSome initial "},{"attributes":{"bold":true},"insert":"bold"},{"insert":" text\n"}]}` HTML: `"Hello World!Some initial bold text"`...

Hi there. The imageuploader component you've built is fantastic and works very well in my test implementation on CodePen.. however in my Webflow build I just can't get it to...

Hey there, for whatever reason, I am not able to upload the image to my server. But when doing it with RapidAPI and with the exact same image, it works....

Hello, I will start by a Thanks for this module, using it on quill v1 for some months now. Do you have any prevision for a compatiblity with QuillJS V2...