[PR #2285] [MERGED] New Script: Excalidraw #3551

Closed
opened 2025-11-20 06:05:28 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2285
Author: @tremor021
Created: 2/11/2025
Status: Merged
Merged: 2/12/2025
Merged by: @michelroegl-brunner

Base: mainHead: excalidraw


📝 Commits (6)

📊 Changes

3 files changed (+181 additions, -0 deletions)

View changed files

ct/excalidraw.sh (+74 -0)
install/excalidraw-install.sh (+73 -0)
json/excalidraw.json (+34 -0)

📄 Description

✍️ Description

Link: #2111

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • [] Self-review performed – Code follows established patterns and conventions.
  • [] Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • [] 🆕 New script – A fully functional and tested script or script set.

📋 Additional Information (optional)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2285 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `excalidraw` --- ### 📝 Commits (6) - [`a5a822a`](https://github.com/community-scripts/ProxmoxVE/commit/a5a822a45c9cd00a08886d7d287a269906f6b7bc) add excalidraw script - [`4ffca4b`](https://github.com/community-scripts/ProxmoxVE/commit/4ffca4b131310398f2dcf6325aeb521af3d1babf) made suggested fixes - [`8b4a879`](https://github.com/community-scripts/ProxmoxVE/commit/8b4a87907b11c30c7a7d1f225f1b009d0865ca06) more fixes - [`ff167f4`](https://github.com/community-scripts/ProxmoxVE/commit/ff167f4856236be9b4b4d5644eb58ea47d31525d) some more fixes - [`396ee21`](https://github.com/community-scripts/ProxmoxVE/commit/396ee21078902ed856f337641781a069d76fa221) even more fixes - [`2c89228`](https://github.com/community-scripts/ProxmoxVE/commit/2c8922890e17c368484b1295c4446b7df95e166c) fix debian ### 📊 Changes **3 files changed** (+181 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/excalidraw.sh` (+74 -0) ➕ `install/excalidraw-install.sh` (+73 -0) ➕ `json/excalidraw.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> ## 🔗 Related PR / Discussion / Issue Link: #2111 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [✅] **Self-review performed** – Code follows established patterns and conventions. - [✅] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [✅] 🆕 **New script** – A fully functional and tested script or script set. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:05:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3551