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
This change would allow us to render more complex documents, like markdown docs with media embedded, for example.
The ideal contenteditable lib should give an easy way to extract the basic content (i.e.: what user writes) in order to continue using automerge for dealing with that part.
If we don't find a lib that met the conditions, then we'll need to update how we are handling the merges, e.g.: add some parse prior passing data to automerge and after reading, then pass that to the contenteditable lib to rebuild the representation.
The text was updated successfully, but these errors were encountered:
This change would allow us to render more complex documents, like markdown docs with media embedded, for example.
The ideal contenteditable lib should give an easy way to extract the basic content (i.e.: what user writes) in order to continue using automerge for dealing with that part.
If we don't find a lib that met the conditions, then we'll need to update how we are handling the merges, e.g.: add some parse prior passing data to automerge and after reading, then pass that to the contenteditable lib to rebuild the representation.
The text was updated successfully, but these errors were encountered: