rstacruz / cheatsheets

Cheatsheets for web development - devhints.io
https://devhints.io
13.63k stars 3.58k forks source link

Electron App #248

Open dan-kez opened 6 years ago

dan-kez commented 6 years ago

It would be very nice to have an offline electron app version of these cheatsheets. At present the only way to have offline access is to clone the repo, install dependencies and run it as dev. This isn't that bad but it would be cleaner to have a prepackaged electron app.

deadcoder0904 commented 6 years ago

The problem is the website gets updated when a new PR is merged. But, for Electron app it would require you to download new installer.

The best way you can do it is by making the Electron app a WebView of the Website itself like Caprine has