benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.69k stars 2.72k forks source link

Publish to arbitrary git repo? #709

Closed sparkrod closed 6 years ago

sparkrod commented 9 years ago

One feature that would be helpful is the ability to publish to a non-Github git repo. This is an outstanding product, just what I was looking for in an editor.

SkypLabs commented 9 years ago

I hope this feature will be integrated soon.

jag3773 commented 8 years ago

:+1:

benweet commented 6 years ago

I'm afraid a GitHub like REST API (gitlab for example) is necessary for the webapp to interact with it.

RufusJWB commented 3 years ago

I know, this thread is kinda old, but with the availability of packages like https://www.npmjs.com/package/simple-git would you consider enabling of access to arbitrary git repros?

sparkrod commented 3 years ago

I believe the maintainer closed this issue a few years back. One side-note: I think simple-git is probably not as good a choice for this as something like nodegit (https://www.npmjs.com/package/nodegit), which does not depend on running external executables in the shell environment. The real problem may have to do with authentication- github provides an api for interacting directly with the git repo, authenticated with OAuth, which means StackEdit does not need to store the keys to your git repo...