text_delta icon indicating copy to clipboard operation
text_delta copied to clipboard

Elixir counter-part of the Quill.js Delta library. Provides a baseline for Operational Transformation of rich text.

Results 2 text_delta issues
Sort by recently updated
recently updated
newest added

Hello 👋 I'm currently using your awesome library to do a TextDelta to HTML converter on the backend side. When converting a particular document to `lines`, I noticed some attributes...

Hi! I am using your library and after updating to OTP27 I started getting warnings because of deprecations: ``` iex(1)> warning: negative steps are not supported in Enum.slice/2, pass 0..-2//1...