I am not yet sure how to execute this because Kinopio uses the URL to a file as the card name. Maybe it’s possible to store URLs of processed files somewhere inside the card model, so users would by default see the optimized version of a file, but still have the option to download the original version.
at first I was thinking that we could change the card name (like append a -small
) to resized images, but that wouldn’t work as well for file type conversions. So ya I’m in favor of adding a new card attribute STR card.urlDownloadFile
that’ll contain the original url. And the preview area inside CardDetails can be updated to give access to that url.
I’ll add this suggestion to the space too