tupadr3
tupadr3
+1 for this feature
> This ticket is to ask whether you would be interested in joining that effort and/or migrating this project to the PlantUML-StdLib organization. I'll think about it.
@scmbradley How would a modified version of the readme example look like? I can't get it working: ```txt @startuml !$ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.4.0 !include $ICONURL/common.puml @enduml ```
The proposed changes have been implemented
@tfc I integrated it into the project. Take a look at [index.html](https://github.com/tupadr3/plantuml-icon-font-sprites/blob/v3.0.0/icons/index.html)
#87 implements this feature
@wellingssimon: Mine looks something like this: ``` .... "movies": { "interval": 1, "anticipated": { "add_limit": 15, "results_limit": 15 }, "boxoffice": { "add_limit": 3, "results_limit": 3 }, ..... ```
I use the pull request directly: ```bash # linux+docker required # install jq 2 format json sudo apt update && sudo apt install jq -y git clone [email protected]:l3uddz/traktarr.git cd traktarr...