JoelOtter / kajero

Interactive JavaScript notebooks with clever graphing
Other
1.87k stars 110 forks source link

WIP: rough working electron app #54

Closed mathieudutour closed 8 years ago

mathieudutour commented 8 years ago

just a head up on what I'm working on: packaging kajero in an electron app which open and save markdown file.

It can also connect directly to a mongo db using mongodb://localhost/db-name as the url of the datasource

The code is really ugly and not tested. I just needed something working for this week. Can improve it if you are interested in merging something like that

JoelOtter commented 8 years ago

This is really neat. I'm not going to merge this, though - I think this sort of thing is more appropriate to maintain as a fork. However, once you think it's ready, feel free to file a PR and we can link to it in the Kajero README. 👍

mathieudutour commented 8 years ago

fair enough