-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Allow linking images - editing #7330
Comments
Should the following HTML work as well? <a href="http://localhost">
<img alt="bar" src="sample.jpg">
</a> |
For upcast - sure. We already enforce OTOH, I'm not sure how it will handle |
<a>
<figure>
<img>
<figcaption>
<a>... What now? :D |
This might need to be checked if this is possible in the HTML - how it behaves then. It looks like the outer |
Links are lost. For me, it sounds good. |
Nested |
Feature (link): Introduced the linking images feature. Closes #7330.
📝 Provide a description of the new feature
Implement link on images editing:
<a>
element should be inside image's<figure>
and set on<img>
element<figure>
in the viewLinkCommand
behavior - it should be tested that this is possibleckeditor5-link
.Essentials
pluginIf you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: