excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

New Command: Continue in Excalidraw #53

Open pomdtr opened 2 years ago

pomdtr commented 2 years ago

Proposed solution:

  1. The vscode extension encrypt the data, using the same method as the website
  2. The binary data is sent to the excalidraw-store service
  3. The user is redirected to the https://excalidraw.com/#json={id},{key} url in it's default browser

PS: it would be cool to allow the other direction (browser -> vscode)