You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works fine, but the problem is that this flow diagram is quite big, so it would be useful to be able to click the diagram and get the full image (just showing the raw image in another tab would be perfect). I have tried many versions of adding the link attribute, but couldn't get anything to work.
What would be nice was if there was anything like this:
So the generated image was contained in an anchor tag with the image source link as URL.
I could of course add the generated image URL as a link attribute, but since the generated URL changes every time the Excalidraw diagram is changed this is error prone.
Maybe it already exist a feature like this?
The text was updated successfully, but these errors were encountered:
That's a good idea and it's somehow related to: asciidoctor/asciidoctor#3656
Having said that, I think we can implement this feature ahead of time since we create an Image block.
What would be nice was if there was anything like this:
[excalidraw, link=%self%]
I think we should use the value self instead of %self% but otherwise 👍🏻
I am using this package to generate a SVG image for my Excalidraw diagram:
This works fine, but the problem is that this flow diagram is quite big, so it would be useful to be able to click the diagram and get the full image (just showing the raw image in another tab would be perfect). I have tried many versions of adding the
link
attribute, but couldn't get anything to work.What would be nice was if there was anything like this:
So the generated image was contained in an anchor tag with the image source link as URL.
I could of course add the generated image URL as a
link
attribute, but since the generated URL changes every time the Excalidraw diagram is changed this is error prone.Maybe it already exist a feature like this?
The text was updated successfully, but these errors were encountered: