Jorl17 / sharelatex-git-integration-unofficial

Easily track your ShareLaTeX changes using git. One simple command to rule them all!
GNU General Public License v2.0
68 stars 13 forks source link

Overleaf v2 ? #9

Open tobiasBora opened 5 years ago

tobiasBora commented 5 years ago

Hello,

First, thanks a lot for this tool. I'd like to use it on overleaf v2 (overleaf merged with sharelatex), and this script does not work anymore for it. I'll try on my side to correct it, but if meanwhile you have some ideas it would be great!

Thanks!

tobiasBora commented 5 years ago

In fact I just needed to replace all "www.sharelatex" with "fr.overleaf" and it worked. However, I was confused to see that this project is not really a "two-way" repository where you can work offline and push back your modifications... I'll try to make it that way ;)

oogm commented 5 years ago

Hey, I just saw your comment, is there any update on this?

zwzhao commented 4 years ago

Mark. Just got the overleaf version with three dockers, and trying to make this tool work.

Jorl17 commented 4 years ago

Hi :) It's been a long long time since I developed this tool and I actually haven't used it ever since I left college and the research world. I am available for pull requests, though!

tobiasBora commented 4 years ago

So I used to create a similar project here to solve this issue, and I added there some more stuff, notably the possibility to sync in both direction (this project just downloads the online content locally, but can't push local content to overleaf). My project is still supposed to work for download (because it just uses some GET request to get a zip file, even if I didn't tested it recently), but the push fonctionality is broken (at least it was a few month back), because to push I need to connect to a websocket, and for some reason I can't identify, I can't manage to connect to the socket anymore. So if anyone has some time, to understand what's wrong with this websocket, let me know!