Skip to content

v0.1.0 — first release

Choose a tag to compare

@michu5696 michu5696 released this 07 Jul 13:16
6c5fde0

First public release. 🎉

overleaf-review bridges Overleaf's collaborative review layer — comments and tracked changes — with your local Git workflow, in both directions. It talks to the same real-time and thread endpoints the Overleaf editor uses, since Overleaf's Git bridge drops this data entirely.

Commands

  • login — validated auth (SSO-friendly --browser), stored outside the repo
  • link — map a repo to an Overleaf project
  • pull — comments + tracked changes → a Git-friendly sidecar
  • push — local edits → tracked-change suggestions (multi-file, --dry-run)
  • comment / resolve — create and resolve threads

Install

npm install -g overleaf-review

Unofficial — not affiliated with or endorsed by Overleaf. Use on your own account and projects.