-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline version #23
Comments
I also thought about that. When using Electron, it shouldn't be so hard. |
Hi, I did a little project in C# that may cover your needs: |
From the description it seems nice, but i am using Linux, hence i can't use it. |
Maybe add PWA support (manifest + service worker) so you can install it via browser? Firefox doesn't currently support PWAs on desktop unfortunately, so this would be for all other browers (until hopefully Mozilla reactivates PWA support on desktop). This would however be a pretty direct way of enabling offline support without having different sources for different "deployment targets". |
Could you create an offline version of this? (similar to https://github.com/jgraph/drawio-desktop)
This would be really convenient in cases where you don't have internet for a while (flight etc.).
The text was updated successfully, but these errors were encountered: