Add mdi- icons to config #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Many of the classes (a.k.a. Data Types) in the app don't have associated icons yet, just the default empty circle:
Icons are defined in the config file:
"class_icons": {"https://concepts.datalad.org/s/things/v1/Annotation": "mdi-tag","https://concepts.inm7.de/s/flat-data/unreleased/Dataset": "mdi-database","https://concepts.inm7.de/s/flat-data/unreleased/Study": "mdi-account-hard-hat"}The string values are taken from here: https://pictogrammers.com/library/mdi/
Some examples (from some of which the icon string values can be directly copied):
mdiicons to config #3