nextcloud-drawio icon indicating copy to clipboard operation
nextcloud-drawio copied to clipboard

Shared Collaborative editing in nextcloud

Open DoS007 opened this issue 6 years ago • 3 comments

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.

?

DoS007 avatar Feb 16 '19 12:02 DoS007

Would be good if it could also open just for viewing also.

chrisjq avatar Mar 14 '19 22:03 chrisjq

Collaborative editing would be great. +1

nooblag avatar Feb 21 '21 02:02 nooblag

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?

rasos avatar Jun 11 '21 08:06 rasos