nextcloud-drawio
nextcloud-drawio copied to clipboard
Shared Collaborative editing in nextcloud
In addition to https://github.com/pawelrojek/nextcloud-drawio/issues/14 :
It would be really nice if you could share a link with a third person and collaborative editig a diagram. At the moment, a shared link can only download the diagram although i allowed editing using that sharelink.
?
Would be good if it could also open just for viewing also.
Collaborative editing would be great. +1
The underlying file system needs if-match/etag header support on the file for collaborative editing https://github.com/pawelrojek/nextcloud-drawio/issues/14#issuecomment-441993299 - but that seemed to have been deprecated.
ETag support has been implemented for the nextcloud Deck App recently https://github.com/stefan-niedermann/nextcloud-deck/issues/359 - maybe this is a suitable blueprint. This Visual Studio Code extension also allows simultaneous editing with the liveshare extension https://github.com/hediet/vscode-drawio - requires to authenticate with github.
Here it is recommended to simply use the drawio embed mode https://github.com/pawelrojek/nextcloud-drawio/issues/14#issuecomment-778674225 - is the app making use of it?