From c8c291aa83a7cb2572ff0fea464f560ab25b7708 Mon Sep 17 00:00:00 2001 From: Novichek <64715+novichek@noreply.gitea.com> Date: Fri, 10 Jul 2026 19:57:05 +0000 Subject: [PATCH] Add Gitea CAD Viewer (#190) Adds Gitea CAD Viewer to the active Plugins section. What it is: Gitea CAD Viewer is a self-hosted read-only preview integration for DWG and DXF files in Gitea. It adds a CAD Preview button to Gitea file pages and serves a same-origin browser viewer through a Node.js backend and Nginx route, without upload, save-back, or external preview service requirements. Update: This branch has been rebased on current `gitea/awesome-gitea:main` after Gitea ONLYOFFICE Bridge was merged in #189. The PR now keeps the accepted ONLYOFFICE entry and adds Gitea CAD Viewer as the next separate plugin entry, so it no longer competes for the same line. Project links: - GitHub: https://github.com/NovichekLIS/Gitea_CAD - Release v1.0.0: https://github.com/NovichekLIS/Gitea_CAD/releases/tag/v1.0.0 --------- Co-authored-by: oleglistratov Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/190 Co-authored-by: Novichek <64715+novichek@noreply.gitea.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4286905..d8384aa 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ Entries are grouped by maintenance status: - [Gitea](https://github.com/LeonDevLifeLog/gitea-idea-plugin) - plugin for JetBrains IDEs (Idea, Android Studio, etc.). `MIT` `Kotlin` - [Gitea-Anchorpoint](https://docs.anchorpoint.app/docs/1-overview/integrations/gitea) - Gitea integration plugin for an artist friendly Git client. - [Gitea ONLYOFFICE Bridge](https://github.com/NovichekLIS/Gitea-onlyoffice) - ONLYOFFICE document preview and editing bridge for Gitea. `MIT` `Python/JavaScript` +- [Gitea CAD Viewer](https://github.com/NovichekLIS/Gitea_CAD) - Read-only DWG and DXF preview integration for Gitea. `MIT` `JavaScript` - [gitea-conventional-comments-button](https://github.com/sebastian-sauer/gitea-conventional-comments-button) - A browser extension to add buttons for [conventional comments](https://conventionalcomments.org/) to review comment boxes. `MIT` `JavaScript` ### Scripts