Skip to content
New issue

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

Preserve users' intentions during concurrent rich-text editing (refer to Peritext) #672

Open
chacha912 opened this issue Aug 8, 2023 · 0 comments · May be fixed by #643
Open

Preserve users' intentions during concurrent rich-text editing (refer to Peritext) #672

chacha912 opened this issue Aug 8, 2023 · 0 comments · May be fixed by #643
Labels
bug 🐞 Something isn't working enhancement 🌟 New feature or request

Comments

@chacha912
Copy link
Contributor

chacha912 commented Aug 8, 2023

Description:

The Peritext article analyzes nine examples of rich-text editor behavior in practice, forming a model to preserve user intent during rich-text editing. I've tested these examples using Yorkie(in peritext-example-test branch), and I'd like to share three cases that encountered issues:

1. [ex2] Document does not converge during concurrent formatting and insertion


2. [ex7] Case where a single character can have multiple mark values, such as comments


3. [ex8] Inheritance of the previous character's style when inserting text at a span boundary

Why: For preserving user intent in rich-text editing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working enhancement 🌟 New feature or request
Projects
Status: Backlog
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants