We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to_delta
I'm struggling to get a text representation including formatting from a YText. There is to_json but that just returns the raw text without formatting. Is there a plan to implement something like https://github.com/y-crdt/y-crdt/blob/40b7bde92ce5595f734d4b7348565d7e8a360af8/ywasm/src/lib.rs#L2242 ?
YText
to_json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm struggling to get a text representation including formatting from a
YText
. There isto_json
but that just returns the raw text without formatting. Is there a plan to implement something like https://github.com/y-crdt/y-crdt/blob/40b7bde92ce5595f734d4b7348565d7e8a360af8/ywasm/src/lib.rs#L2242 ?The text was updated successfully, but these errors were encountered: