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

Prosemirror binding #261

Open
mweidner037 opened this issue Jul 15, 2023 · 0 comments
Open

Prosemirror binding #261

mweidner037 opened this issue Jul 15, 2023 · 0 comments
Labels

Comments

@mweidner037
Copy link
Collaborator

CRichText binding for the Prosemirror rich-text editor.

We will need to add support for block-based editing on top of CRichText (which is only meant for inline formatting). I'm not sure that we can support arbitrary Prosemirror schemas with reasonable semantics; we may need to support only "linear" block schemas (no nested blocks), or do something "good enough" for XML tree-type schemas.

For linear block schemas, I believe we can support a Notion-style block-move operation with the proper semantics (concurrent edits to a moved block are preserved), which would be neat.

@mweidner037 mweidner037 mentioned this issue Jul 15, 2023
4 tasks
@mweidner037 mweidner037 added this to the Collabs 1.0 milestone Jul 16, 2023
@mweidner037 mweidner037 removed this from the Collabs 1.0 milestone Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant