Collaborative markdown#2556
Conversation
92234a7 to
ad5019d
Compare
|
@JammingBen Something regarding Token Handling or reconnects. When my browser Tab is inactive for some time, the Editor Content is appended several times to the end of the document again and again. |
|
@dschmidt |
|
Quite a bit 😅 The main difference is that I tried to keep the server as dumb as possible. I want it to do basic authentication and authorization and apart from that I want it to be universally usable by different yjs apps. I've tried to keep all connection handling, stale detection, client mismatch handling and all that in a reusable generic layer, so actual app implementation can stay very lean. It's very much still work in progress too - but if you wanna take a first look ... feel free! :) Happy to discuss the overall architecture. FWIW I'm still online in Matrix 😅 |
Description
Add an Y.js server to enable the collaborative mode of tiptap.
Details
Related Issue
How Has This Been Tested?
Types of changes