plantuml / plantuml-stdlib

Contains official Standard Library for PlantUML
551 stars 120 forks source link

How to get an overview of sprites / icons? #51

Open adrianrudnik opened 2 years ago

adrianrudnik commented 2 years ago

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?

adrianrudnik commented 2 years ago

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?