delta icon indicating copy to clipboard operation
delta copied to clipboard

Results 15 delta issues
Sort by recently updated
recently updated
newest added

I'm building a Markdown to Delta tool, and for code-blocks, empty lines have to be preserved. I noticed `quill.getContents()` returns a delta with `''` empty insert to preserve empty lines...

`Delta package version: 4.2.2` In my use case, the results obtained by `Delta.transform` were not as expected. It caused `undo` doesn't work as expected in the table. I suspect that...

I'm trying to manipulate Deltas from .net core 8.0 in order to sanitize data before storing into database. I Tried to instantiate the class for hours, but no dice. Could...

I've been using delta/quilljs for about 7 months now, so much of my application is leaning on it pretty heavily at this point. I am working on a feature where...

https://arethetypeswrong.github.io/?p=quill-delta%405.1.0 > The JavaScript appears to set both module.exports and module.exports.default for improved compatibility, but the types only reflect the latter (by using export default). This will cause TypeScript under...