mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-05 00:29:48 +03:00
Wrap inserted draw.io drawings with a link to the full version as per the gallery image functionality #1270
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @antontkv on GitHub (Jul 24, 2019).
Describe the feature you'd like
When you insert an image, this image also have a link attached to it, so you can click on it and it will open in full view. This happens with all images, except with the ones that made with draw.io. For this images you have to do "Right click -> View Image". Is it possible to also attach link to this kind of images, so it will open with one click?
Describe the benefits this feature would bring to BookStack users
Less clicks and convenience.
@simchanu29 commented on GitHub (Apr 1, 2020):
It seems the same issue as #1170
It would be nice to have this feature.
@ssddanbrown commented on GitHub (Apr 2, 2020):
Hey @simchanu29, #1170 refers to links embedded within the drawing. This issue is about wrapping a link around the inserted drawing so you can easily view the full version when clicked, as occurs with standard images.
I'll update the title to clarify this.
@mv-yurchenko commented on GitHub (Apr 5, 2023):
@ssddanbrown Any info about release of this feature?
@ssddanbrown commented on GitHub (Apr 5, 2023):
@mv-yurchenko Nope, adds complication adding in an official way (Where I'd want to do this properly) and has potential considerations/conflicts with other drawing requests, but here's a way to essentially add this functionality to your instance right now, by adding the below to the "Custom HTML Head Content" customization setting:
@mv-yurchenko commented on GitHub (Apr 11, 2023):
It works for me, thanks a lot!