plantuml/plantuml-stdlib

How to get an overview of sprites / icons?

adrianrudnik opened this issue · 1 comments

I just tried to use some sprites from the stdlib, specifically the office/ and material/ folder structures.

I did not find a mention on how one would browser the > 1,000 icons without including every single one by hand or without having open a dozen websites to find out the identifier for i.e. a wifi uplink ap.

stdlib just gives an overview of the folders.
listsprite only does Archimate without includes.

Can you help me, how do you do it?

I just tried different approaches but nothing worked until I generated an puml file with

@startuml
stdlib office
@enduml

which generated a huge file with a messy but workable overview. But this is not documented on any page, I'm not even sure that those overviews are correct / complete. Any clue?