Git plugin to support any git server

I see that git plugin only supports github and gitlab, but I’m missing using any git bare repo and other services like repo.or.cz.

Can you please, improve this plugin?

Thanks

Doesn’t have an API that would let you view the wiki as an HTML file as GitHub and GitLab do. eg: My TiddlyWiki — a non-linear personal web notebook

As you can see it is hosted by GitHub and shown as a webpage. … If there is a function like this and an API to save changes back to the repo, it will be possible to create a saver.

Without those elements, it’s not possible.

@pmario: do you think it may be possible using a pure git client in javascript (ie one that does not require APIs) such as https://isomorphic-git.org

1 Like

isomorphic-git - npm Have a look at the unpacked size. … I don’t want to add 3MByte to my wiki just to be able to save it.

Another consideration i that in most situations, isomorphic-git.js needs a proxy server, and cannot talk directly to online services like GitHub or GitLab.