nextcloud-drawio
nextcloud-drawio copied to clipboard
draw.io (diagrams.net) auto sync
I have a use case to have 2 users work concurrently on the same instance. I am facing an issue - since the functionality of auto sync is not available (But works for platforms like google drive). Is there a fix which can make it work? or Is it currently in the pipeline?
Would love to see this feature.
Real time sync is implemented in draw.io https://github.com/jgraph/drawio/issues/644 but requires a back-end storage systems with if-match header support on files for atomic check and write https://github.com/jgraph/drawio/issues/1063#issuecomment-663829402 . Would nextcloud support that? Now we need to press the save button, which is definitely not real-time.
This issue seems to be a duplicate of #14