No description
Find a file
Lukas Schaefer fa1e4c1980
update release workflow
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2026-03-16 10:31:12 -04:00
.github update release workflow 2026-03-16 10:31:12 -04:00
.tx Add transifex 2025-06-10 12:22:38 -04:00
appinfo Chore: Prepare 2.0.1 2026-02-23 11:41:43 -05:00
img feat: add screenshot 2025-06-16 10:08:41 -04:00
l10n fix(l10n): Update translations from Transifex 2026-02-23 01:12:44 +00:00
lib feat: use lazy loading for config 2025-10-24 11:16:36 -04:00
src fix(file-actions): no more FileAction class in @nextcloud/files 2026-02-16 17:15:37 +01:00
templates Added license and actual readme 2025-06-10 10:09:54 -04:00
tests Linting fixes 2025-06-10 13:35:21 -04:00
vendor-bin chore: update dependencies 2026-02-23 08:38:19 -05:00
.eslintrc.cjs chore(deps): upgrade to vue 3 2025-06-24 13:24:15 -04:00
.gitignore Initial commit 2025-06-09 11:51:12 -04:00
.l10nignore add l10nignore 2025-06-10 12:26:25 -04:00
.nextcloudignore fix: update nextcloudignore 2025-06-16 10:13:37 -04:00
.nvmrc Initial commit 2025-06-09 11:51:12 -04:00
.php-cs-fixer.dist.php Initial commit 2025-06-09 11:51:12 -04:00
CHANGELOG.md Chore: Prepare 2.0.1 2026-02-23 11:41:43 -05:00
CODE_OF_CONDUCT.md Initial commit 2025-06-09 11:51:12 -04:00
composer.json chore: update dependencies 2026-02-23 08:38:19 -05:00
composer.lock chore: update dependencies 2026-02-23 08:38:19 -05:00
krankerl.toml add krankerl.toml 2025-06-11 08:23:25 -04:00
LICENSE Initial commit 2025-06-09 11:51:12 -04:00
package-lock.json chore: update dependencies 2026-02-23 08:38:19 -05:00
package.json chore: update dependencies 2026-02-23 08:38:19 -05:00
psalm.xml fix: use nc/files v4 2025-12-15 11:38:06 -05:00
README.md Added license and actual readme 2025-06-10 10:09:54 -04:00
rector.php Initial commit 2025-06-09 11:51:12 -04:00
stylelint.config.cjs limit width of input to 400px 2025-06-13 08:54:56 -04:00
vite.config.js chore(deps): upgrade to vue 3 2025-06-24 13:24:15 -04:00

Overleaf integration for Nextcloud

This integration allows you to open LaTeX files directly in Overleaf from your Nextcloud Files interface, making it easy to edit and collaborate on LaTeX documents.

Features

  • Open LaTeX files in Overleaf with a single click
  • Seamless integration with Nextcloud Files
  • Supports both self-hosted and cloud Overleaf instances
  • Secure file sharing with read-only access for Overleaf

Usage

  1. Select a .tex file in Nextcloud files
  2. Click the three-dot menu and choose "Open in Overleaf"

The file will be automatically shared with Overleaf using a secure, time-limited link. Note that modifying the file in Overleaf will not update the file in Nextcloud.

🔧 Configuration

Admin settings

Admins can configure the Overleaf server URL in the admin settings under Connected accounts. By default, it points to https://www.overleaf.com.

📄 License

This project is licensed under the AGPL-3.0-or-later. See the LICENSE file for details.