parchment
parchment copied to clipboard
I'm getting out of ideas. After trying for an eternity I'd like to ask directly how it's possible to add a blot in Angular. I want the user to be...
Context: I'm trying to define a custom inline embed blot to display something similar to [repo shields](https://github.com/badges/shields). The way, I'm currently implementing it as an IMG tag and setting an...
I believe we have traces of this problem happening in a lot of places, and it should be kind of easy to fix, but maybe not really to understand: https://github.com/quilljs/parchment/issues/14...
I have clone this repository but it only has one tag named `v2.0.0` I want to find the version `1.1.4`. I can not find which commit release this version
# Adding a custom Blot The [Example](https://github.com/quilljs/parchment#example) instructs ```javascript import Parchment from 'parchment'; class LinkBlot extends Parchment.Inline { ``` but `Parchment.Inline` does not exist, `InlineBlot` does from [here](https://github.com/quilljs/parchment/blob/634e50f4d73a3351952250146510332dbc0af961/src/parchment.ts#L7) as `class...
Would it be possible to re-export the classes and types/interfaces from `quill-delta` and `parchment`? Reason for asking is that in our projects, we have set up the [`import/no-extraneous-dependencies`] (https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-extraneous-dependencies.md) eslint...
The created img tag is not closed
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 Commits e710c2f release: v5.1.7 5a056dd fix: fs.deny...
# The problem This PR is trying to fix the issue of IME in quill editor: https://github.com/slab/quill/issues/4449 We found that if we want to fix the collaborative editing issue, we...
Now, some contents in the README.md of Parchment are no longer correct. For example, this part of the code in the README.md, is no longer usable now. ``` javascript import...