Today I was replacing images: ‘logo_black.svg’ with ‘logo_white.svg’ - And both images are identical except for the color.
The problem in the admin: /admin/site_settingc/category/required is that the images look exactly the same in the backend previewer.
How do I know which images I have already uploaded if I am uploading it in ~7 places?
Which one is using the black and which one is using the white version?
Here it would be very helpful to have the filename of the image below the image.
Would still appreciate until the media library becomes a thing for the URL for the uploads be displayed, even if read-only. Much easier that way for site owners to grab the URL for use in theme components, etc.
The upload site settings and lightbox, with filename, are all complete. @tophee’s and @Stephen’s request for an “admin media library” has not been implemented.
This is risky, uploads that are not referenced somewhere will be deleted automatically. In themes, you should always use the uploads system, and refer to the files using variables.
The need for this kind of workflow should be greatly reduced in the next couple of weeks - I am adding automatic resizing to site icons, so you only need to upload once.