hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.02k stars 406 forks source link

Support for google drive sync #388

Open Leccho opened 1 year ago

Leccho commented 1 year ago

This would allow the use of the diagram.net default collaboration tool. It would also not require to have to use Live Share which might not always be opened and available for the whole team.

I could not find anything that would allow to create an editable embedded project url from a google drive file. This might not be possible right now, so we might have to create an issue here to add some support: https://github.com/jgraph/drawio.

We would also have to allow the Google Drive autorisation dialog as it's block right now in the vs code extension. This is for private diagram as they require access.

### Where are we at?
- [x] create the issue and discussion
- [ ] verify if we need more support from [draw.io repository](https://github.com/jgraph/drawio)
- [ ] create the issue on [draw.io repository](https://github.com/jgraph/drawio)
- [ ] Allow Google Drive autorisation pop-up in vs code
- [ ] Implementation
- [ ] Publish Draw.io Integration - Insiders Build (Beta)
- [ ] Publish Draw.io Integration (Alpha)