You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: