nikeee / edotor.net

Your favourite Graphviz editor
https://edotor.net
MIT License
178 stars 21 forks source link

Offline version #23

Open barcode opened 4 years ago

barcode commented 4 years ago

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.).

nikeee commented 4 years ago

I also thought about that. When using Electron, it shouldn't be so hard. I'll do this as soon as I got some free time for that.

IfZen commented 4 years ago

Hi,

@barcode

I did a little project in C# that may cover your needs: https://gitlab.com/Solutions.Net/GraphvizCompanion It runs only on windows currently

barcode commented 4 years ago

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.

Regenhardt commented 1 year ago

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".