Download a zip file of the latest excalidraw and serve the files locally so it can work offline.
lipis opened this issue · comments
Lipis commented
Maybe for version 2, instead of loading directly from https://excalidraw.com
we should serve them locally if exist.
- Generate zip file and upload somewhere
- Load app from local files if exist
- In the background, check regularly for newer versions of the zip file
- On start if there is a newer version downloaded and not installed, install it
- Notify user if there is a new version to reload from the latest zip file
Faustino Kialungila commented
If we add Auto update, we could add the main repo here and keep it sync so that way if we make new releases, the app would just get the newer versions
Lipis commented
Not sure how it could work.
Jed Fox commented
I’m guessing just bundle the Excalidraw code into the desktop app?
Niklas Kiefer commented
I’m guessing just bundle the Excalidraw code into the desktop app?
+1
Let's create a simple client which uses the Excalidraw web app code locally