!theme supports no calculated from path and no stdlib from path

0 votes
asked May 13, 2023 in Wanted features by kirchsth (4,880 points)
edited May 13, 2023 by kirchsth

related to C4 themes

Starting with v1.2023.7 (prerelease) stdlib deploys C4 with themes support that it can be used e.g. via !include

!include <C4/themes/puml-theme-C4_united.puml>

But !theme supports neither calculated path nor the stdlib path (!include supports both options)

' NOT WORKING: theme with stdlib from <<<<<<<<<<<<<<<<<
'!theme C4_united from <C4/theme>

' NOT WORKING: theme with calculated from <<<<<<<<<<<<<<<<<
!$baseUrl = "https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master"
' !theme C4_united from $baseUrl/themes

Is it possible to extend !theme that "from path" supports the same features like the "include path"

If you click the link you see all working and not working (missing) !theme calls

Thank you and best regards
Helmut

1 Answer

0 votes
answered May 15, 2023 by plantuml (294,960 points)
selected May 18, 2023 by kirchsth
 
Best answer

Thanks for the idea!

This is implemented in last beta.

Tell us if it's not working for you or if you need other improvement.

Regards,

commented May 18, 2023 by plantuml (294,960 points)
commented May 18, 2023 by kirchsth (4,880 points)

Thank you, it works perfect. yesyesyes

Is there a "central" place that I can download the (latest) beta version of the jar?

commented May 18, 2023 by plantuml (294,960 points)
You'll find it on github https://github.com/plantuml/plantuml/releases

Hope this helps!
commented May 18, 2023 by kirchsth (4,880 points)

Thank you.
Did you explicit create this release or was automatically?
If it is automatically I update following issue.

commented May 18, 2023 by plantuml (294,960 points)
It's automatic, thanks to github action.

Do not hesitate to update other issues if they are fixed! Thanks for your help.
...