|
1 | | - |
2 | 1 |
|
3 | | -**Explore the demo paper’s supporting assets in the [/demo](/demo/) folder.** |
| 2 | +<a href="https://chromewebstore.google.com/detail/paperdebugger/dfkedikhakpapbfcnbpmfhpklndgiaog" target="_blank"><img src="docs/imgs/branding.png" alt="PaperDebugger"/></a> |
4 | 3 |
|
5 | 4 | <div align="center"> |
6 | 5 | <a href="https://chromewebstore.google.com/detail/paperdebugger/dfkedikhakpapbfcnbpmfhpklndgiaog" target="_blank"><img src="https://img.shields.io/chrome-web-store/users/dfkedikhakpapbfcnbpmfhpklndgiaog?label=Users" alt="Chrome Web Store Users"/></a> |
7 | 6 | <a href="https://chromewebstore.google.com/detail/paperdebugger/dfkedikhakpapbfcnbpmfhpklndgiaog" target="_blank"><img src="https://img.shields.io/chrome-web-store/v/dfkedikhakpapbfcnbpmfhpklndgiaog?label=Chrome%20Web%20Store&logo=google-chrome&logoColor=white" alt="Chrome Web Store Version"/></a> |
8 | 7 | <a href="https://github.com/PaperDebugger/paperdebugger/releases" target="_blank"><img src="https://img.shields.io/github/v/release/PaperDebugger/paperdebugger?label=Latest%20Release" alt="GitHub Release"/></a> |
9 | | -<a href="https://github.com/PaperDebugger/paperdebugger/actions/workflows/release.yml" target="_blank"><img src="https://img.shields.io/github/actions/workflow/status/PaperDebugger/paperdebugger/build.yml?branch=main" alt="Build Status"/></a> |
| 8 | +<a href="https://github.com/PaperDebugger/paperdebugger/actions/workflows/build-backend-prd.yml" target="_blank"><img src="https://img.shields.io/github/actions/workflow/status/PaperDebugger/paperdebugger/build-backend-prd.yml?branch=main" alt="Build Status"/></a> |
10 | 9 | <a href="https://github.com/PaperDebugger/PaperDebugger?tab=AGPL-3.0-1-ov-file"><img src="https://img.shields.io/github/license/PaperDebugger/paperdebugger" alt="License"/></a> |
11 | 10 | </div> |
12 | 11 |
|
@@ -64,19 +63,21 @@ https://github.com/user-attachments/assets/6c20924d-1eb6-44d5-95b0-207bd08b718b |
64 | 63 | 2. **Ready to use** |
65 | 64 | - Open any Overleaf project |
66 | 65 | - Click the PaperDebugger icon on the top-left |
67 | | - - Begin chatting with your LaTeX assistant! |
| 66 | + - Begin chatting with your LaTeX document! |
68 | 67 |
|
69 | 68 | ### Custom Endpoint Configuration |
70 | 69 |
|
71 | 70 | If you want to use a **self-hosted** PaperDebugger backend, you can configure a custom endpoint. Here are the steps: |
72 | 71 |
|
73 | 72 | 1. Open the PaperDebugger extension |
74 | 73 |
|
75 | | - (a.) Go to Settings, click the version number 5 times to enable "Developer Tools" |
| 74 | + (a.) Go to Settings, click the version number **5 times** to enable "Developer Tools" |
76 | 75 |
|
77 | 76 | (b.) Enter your backend URL in the "Backend Endpoint" field |
78 | 77 | 2. Refresh the page |
79 | 78 |
|
| 79 | + Note: you can only use "Login by Overleaf" if you are self-hosting the backend. |
| 80 | + |
80 | 81 | If you encounter endpoint errors after refresh, use the "Advanced Options" at the bottom of the login page to reconfigure. |
81 | 82 |
|
82 | 83 | <div align="center"> |
|
0 commit comments