json-joy is a library that implements cutting-edge real-time and collaborative editing algorithms and utilities for JSON data models, with a focus on developing the JSON CRDT (Conflict-free Replicated Data Type) specification and implementation.
Add ability to create asides, which loop out (share) the main str node text. It could be a new annotation behavior type, like the Marker, but unlike Marker it would not split the text in blocks, but rather create a loop (a range of text), which is rendered out side (aside) from the block.
Add ability to create asides, which loop out (share) the main
str
node text. It could be a new annotation behavior type, like theMarker
, but unlikeMarker
it would not split the text in blocks, but rather create a loop (a range of text), which is rendered out side (aside) from the block.