oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

Version control integration #13

Open stijlist opened 7 years ago

stijlist commented 7 years ago

Have you considered version control integration of any kind in the nightlight editor? I was thinking of trying to prototype this with JGit, if you'd be open to providing design guidance or code review.

oakes commented 7 years ago

That would be really neat. Perhaps clj-jgit would come in handy? Note that I just rewrote the entire front end to use React so if you've started any work earlier, things have changed 😄

stijlist commented 7 years ago

Awesome! I haven't started any work yet, so that's not an issue. Would you prefer some kind of mockup first or a quick and dirty prototype?