quill-image-uploader
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
i am adding quill as client plugin and it works good but i cant add this module for it: QuillEditor.client.ts ```ts import { defineNuxtPlugin } from "#app"; import { QuillEditor...
I followed the example for react-quill. I have: ```ts import 'react-quill/dist/quill.snow.css' import ImageUploader from 'quill-image-uploader' import ReactQuill, { Quill } from 'react-quill' Quill.register('modules/imageUploader', ImageUploader) ``` and when I add `imageUploader`...
Paste from Word is making a photo instead of pasting just text. This happen only on Google Chrome ``` setup: () => { const modules = [{ name: 'imageUploader', module:...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....
Since `this.placeholderDelta` is updated only when the image upload is successful, the following two problems were occurring. 1. If the process was aborted before a successful upload, `calculartePlaceholderInsertLength` would refer...
The declaration file for module 'quill-image-uploader' cannot be found.
Hi there, The module you wrote looks really really nice! I'm just wondering if it's possible to add a callback function that allows us to customize the behavior right after...
Sir, Thank you very much for your open source contribution, found no tag when use your dependencies, can you release a version with tag? like vue.js(https://github.com/vuejs/core)
I'm uploading images with **ImageUploader** and using **'Undo' and 'Redo'** buttons from Quill Toolbar. And it turns out that the image gets into the history stack when it is in...