moul-co / moul

[Rewrite] The minimalist publishing tool for photographers
https://moul.app/
Apache License 2.0
228 stars 24 forks source link

Image Captions #16

Open codello opened 3 years ago

codello commented 3 years ago

Hey, I just discovered this project. Very cool. Is there a way to add captions to images (e.g. a title or some metadata)? I saw that in the template.go there is something about a caption but I wasn't able to find any related code how to add captions to images. https://github.com/moulco/moul/blob/bfe9508bb78acff67a0979cc9751309ecf7d0fa0/internal/template.go#L514-L516

If this is currently not possible it might be a useful feature in the future.

thasophearak commented 3 years ago

👋 @codello

That section you highlight is use by PhotoSwipe. The photo collection section on the page is actually generate via client side JavaScript https://github.com/moulco/moul-collection/blob/master/src/index.js

If this is currently not possible it might be a useful feature in the future.

I'll added it into my list. Thank!