No obvious results from web searches, so:
I'm creating an image gallery on a static HTML website. I take full resolution images (#webp, #png) from users and generate thumbnails and index pages with <figure> and <figcaption>. I am struggling with a good way to have users provide a caption of each image, because EXIF / XMP in modern formats has terrible tool support.
My current thinking is a csv file with filename and figcaption.
Have you implemented a better solution? If not, please boost.
@holsta perhaps you could have image.jpeg and use image.txt as the image caption. That is, use the file name as an association with different file extensions.
@holsta this is more or less what I do for Xenia's website
@holsta I'm inclined towards something more structured, like JSON or yaml files (maybe easier to read if the description on some images is hella long), but CSV is so simple for anyone with a spreadsheet to generate