-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add title tag to the link #25
Comments
Hm, you mean in getElement()? Would be easy but we don't have no additional data to put into there so it would just repeat the displayed content of the link? |
I would imagine something similar to how link text is handled. Just have a checkbox to allow custom title text and add an extra input for it. This would be a super helpful feature. I'm currently having to add extra fields for this manually, but being able to do it all in one would be awesome. |
We could probably take this a step further and allow for custom aria labels. |
Sorry for my late reply, but I've been on vacation for a while :-)
and that line of code would generate
All these fields can be filled in with the chosen link, the title can be the username, filename, category, username, entry title,... You catch my drift :-). If all these options can be automatically filled in it would make the developer's work a whole lot easier: just add the class for the styling, and all is well :-) |
Can it be made possible that the rendered tag gets a title object too? Would come in handy for SEO's sake :-)
The text was updated successfully, but these errors were encountered: