vue2-editor icon indicating copy to clipboard operation
vue2-editor copied to clipboard

A text editor using Vue.js and Quill

Results 28 vue2-editor issues
Sort by recently updated
recently updated
newest added

When I delete a picture, I need to use splice in a list, but I can only get base64. Can I return other parameters about img? ![1710752268318](https://github.com/davidroyer/vue2-editor/assets/86591866/5afc2d8f-2029-459f-96b2-4008423e7b06)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.7.0 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Is it possible to change the toolbar background color?

Stale

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). 6.2.2 Bug fixes Backported 00c425ec to the...

dependencies

The blur event is triggered when you click the toolbar button. The toolbar should be part of rich text, so clicking the toolbar should not trigger the blur event

```javascript mounted() { this.registerCustomModules(Quill); this.registerPrototypes(); this.initializeEditor(); }, beforeDestroy() { this.quill = null; delete this.quill; }, methods: { initializeEditor() { this.setupQuillEditor(); this.checkForCustomImageHandler(); this.handleInitialContent(); this.registerEditorEventListeners(); this.$emit("ready", this.quill); }, } ``` You registered...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.7. Commits 3e46a48 6.5.7 accb61e lib: DER signature decoding correction 03e06e1 6.5.6 7ac5360 Merge commit from fork 7570078 6.5.5 206da2e lib: lint 0a78e03 [Fix] restore...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies