stackedit
stackedit copied to clipboard
synchronize local git
Thanks a lot for this great editor! Git-sync #682 is already here, but only cloud-providers over oauth are supported...
Stackedit can be installed and used in a local LAN-environment (for example behind proxy) and also there are some git-server-solution that also work only on local/LAN like gitea, gitbucket and gitlab (without oauth).
It would be great if Stackedit could connect and sync to local/lan git-servers without oauth!
+1 on this! It would be very usefull to sync the files to any git provider. I use gitea myself
+1 that would be great. I use a self-hosted Gitea server too, and use codeberg.org which is also a gitea instance.
+1 great feature, shouldn't be that hard given that gitea provides rest api and OAuth2 provider features...
Maybe a package like https://www.npmjs.com/package/simple-git would help?
+1 definitely need local git, and/or the ability to specify local file storage, not just in-browser cache
+1, very useful. any progress on this (or even just using plain terminal commands)
It seems that Logseq used isomorphic-git
for synchronizing notes from a web browser.
It seems Git support has been removed from Logseq, but isomorphic-git
does seem to be a maintained library which may be of use here.