nicokaiser / hugo-theme-gallery

Gallery Theme for Hugo
https://nicokaiser.github.io/hugo-theme-gallery/
MIT License
305 stars 85 forks source link

feature req: Dynamic caption plugin for PhotoSwipe #63

Closed BartVanEynde closed 3 months ago

BartVanEynde commented 4 months ago

Hi, I see there are some preparations done for this dynamic caption plugin.

would it be possible to add the resources > title, maybe also a longer, multiline description? into this dynamic caption plugin?

many thanks

nicokaiser commented 4 months ago

Thanks for your feature request and the idea! I don't know if the Dynamic Caption Plugin has any length restriction, so captions can in theory be very long.

The plugin seems to support HTML tags in the caption, so inserting "
" can add line breaks. However this might not be a good idea in the EXIF tags, since EXIF should not be HTML at all. However maybe it can be used in the resource/title fields in the markdown frontmatter files.