mushishi78 / content-editor

A web interface for editing documents on GitHub
https://content-editor.surge.sh
MIT License
48 stars 13 forks source link

Port to Bitbucket? #2

Open melat0nin opened 8 years ago

melat0nin commented 8 years ago

Is it feasible to make Content Editor work with Bitbucket? Presumably it's just an authentication thing and beyond that the API is just vanilla Git?

mushishi78 commented 8 years ago

It works with GitHub's API, so you'd have to swap that out for BitBucket's and they might do things slightly differently. It's certainly feasible, but you'd have to do a bit more than just change authentication.

I did originally look into a vanilla Git solution, but it's hard to get Git working in the browser.