Excluding parts from sync (Unidirectional)

This question isnt directly in regards to YJS but more general in regards to CRDT.

Lets say i want to do unidirectional syncing of a document from a parent to a child, with the caveat that the user of the child document can alter the structure of his document with his own annotations, would this work within one document like this:

<new synced content

We did an implementation on YJS into notebooks, and since they have the cell structure i assume one could just disconnect the cell from such updates, but now im brainstorming of doing this in a different scenario and im thinking how i could approach this best.

Thank you for the feedback.

Hi @jay8,

I’m a bit unclear what you are trying to achieve. What exactly is a cell structure, and what is a document annotation?