Hi, im looking for simple collaborative text editor. Explored this example - ProseMirror collab example
Looks good, however i wonder is there simple way to show cursors of collaborators?
Hi, im looking for simple collaborative text editor. Explored this example - ProseMirror collab example
Looks good, however i wonder is there simple way to show cursors of collaborators?
If you use YJS then y-prosemirror has support for displaying cursors out of the box.
Ify you choose prosemirror-collab then you’ll have to implement your own solution:
sync Selection
positions between clients and display widget Decoration
s at each cursor.