Opened 14 years ago
Closed 14 years ago
#9521 closed enhancement (wontfix)
Have a macro to display attached images preview like in a gallery
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | erne.castro@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It would be really nice, at least for me and the use we give to trac in my business, to have a macro that could display several images like a gallery.
Something like this:
[[ImageGallery(Installation.*\.png, itemsPerPage=4, strip)]]
Would render a strip like preview of the images matching the Installation.*\.png regex attached to the wiki page. It should use javascript so one could scroll throw the strip.
Clicking the image should redirect to the attachment preview/download page.
I browse a little trac-hacks and here and found nothing similar to this, sorry if this is a duplicate!
This is a pretty specific use case, and can be done entirely in a plugin, so I'm -1 on doing this in core. I suggest you th:RequestaHack on trac-hacks.
Closing as "betterdoneinaplugin".