Dillinger as desktop app
It is possible to pack Dillinger as desktop app with nw.js or something like that? I very like that MD editor, but i prefer desktop app with synchronization if it possible.
I believe @pmuellr is working on something
On Sunday, December 13, 2015, shumtravi [email protected] wrote:
It is possible to pack Dillinger as desktop app with nwjs or something like that? I very like that MD editor, but i prefer desktop app with synchronization if it possible
— Reply to this email directly or view it on GitHub https://github.com/joemccann/dillinger/issues/482.
Sent from Joe In Real Life
Didn't get very far, I don't think - was a while ago - https://github.com/pmuellr/dillinger-the-app
At this point, I'd prolly look into using https://www.npmjs.com/package/electron-packager as the way to pull Electron in.
It's pretty trivial to just load http://dillinger.io in an Electron frame (literally just replace 'file://' + __dirname + '/index.html' in the electron quick start by 'http://dillinger.io'. It looks great as a desktop app!
It'd be nice to load the resources locally instead of over the web, but if you're looking for a quick fix, that's about as easy as it gets.
+1
@joemccann If a PR were sent your way, would you accept?
Yes! On Thu, Mar 16, 2017 at 06:50 b-long [email protected] wrote:
+1
@joemccann https://github.com/joemccann If a PR were sent your way, would you accept?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/joemccann/dillinger/issues/482#issuecomment-287062317, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC8avI1DGbUKeJGRkXwL6KteVNL3DBVks5rmT4bgaJpZM4G0TwD .
-- Sent from Joe In Real Life
@joemccann I know this was 7 years ago, but did anything come of this? I'm very interested in it