iamhyc / Overleaf-Workshop

Open Overleaf/ShareLaTex projects in vscode, with full collaboration support.
https://marketplace.visualstudio.com/items?itemName=iamhyc.overleaf-workshop
GNU Affero General Public License v3.0
442 stars 10 forks source link
overleaf sharelatex vscode vscode-extension

Overleaf Workshop

GitHub Repo stars version Visual Studio Marketplace Installs updated release

Open Overleaf (ShareLatex) projects in VSCode, with full collaboration support.

User Guide

The full user guide is available at GitHub Wiki.

Features

[!NOTE] For SSO login or captcha enabled servers like https://www.overleaf.com, please use "Login with Cookies" method. For more details, please refer to How to Login with Cookies.

How to Login with Cookies

In an already logged-in browser (Firefox for example):

  1. Open "Developer Tools" (usually by pressing F12) and switch to the "Network" tab;

    Then, navigate to the Overleaf main page (e.g., https://www.overleaf.com) in the address bar.

  2. Filter the listed items with /project and select the exact match.

  3. Check the "Cookie" under "Request Headers" of the selected item and copy its value to login.

    The format of the Cookie value would be like: overleaf_session2=... or sharelatex.sid=...

Compatibility

The following Overleaf (ShareLatex) Community Edition docker images provided on Docker Hub have been tested and verified to be compatible with this extension.

Development

Please refer to the development guidance in CONTRIBUTING.md

References