-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement caption and meta-information for images #119
Comments
@laurensmartina implemented this in #344, but we discovered that the So using As for displaying it, I wonder if displaying the attribution info as a caption makes sense, I'd be more inclined to show the |
Additional improvements (as indirectly suggested in the Stadsbron marketing advice) would be to offer more guidance to the users about alt tags, to encourage them to enter a meaningful alt tag (probably also stop autofilling the alt tag with the filename). |
title, attribution; store in title and longdesc attributes; display as figure with figcaption elements
autofill attribution from exif information
step 1) update WYMeditor image dialog with "attribution"
step 2) save attribution as longdesc attribute at the image
step 3) create and add figcaption element from longdesc attribute
step 4) set "cc: author (date)" as placeholder for "attribution"
step 5) read exif data to autofill "attribution"
The text was updated successfully, but these errors were encountered: