Additional script alongside VSCode task to convert PlantUML diagrams to PNG #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Request
Summary
Another script finding all
.pumlfiles and converting them to.pngs is required, as this GitLab instance does not embed SVG files (see #50).Required workarround
The SVGs could be converted to PNGs by using imagemagick, but this prooves to be difficult.
Description
The existing
export-plantuml.shfile needs to be duplicated and the command modified.Checklist
marked this task as related to #50
assigned to @lars.winzer
created branch
feat/51-export-plantuml-to-png-scriptto address this issueadded 8m of time spent at 2026-04-05 12:00:00 +0200
mentioned in merge request !78
mentioned in commit
ae3db3f829