-
Notifications
You must be signed in to change notification settings - Fork 449
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 links and tooltips on connections #1497
Comments
I would appreciate the ability to have links on connections as well. For a system My use case is to show more details about the connection via tooltips and upon clicking the connection, I would like to link to a URL describing the data communicated between A and B. |
I would also really value a solution for this. PlantUML can do it as follows, but I want to use d2, not PlantUML:
@bo-ku-ra those links seem broken - do you recall your workaround and could you share it in this thread? |
@robinovitch61 unfortunately, i don't remember. for example a -- url -> b
url: |md
[connects](https://a-b.io/)
| |
i expect a solution to ex3.(#2030 (comment) )(dupe: #1633) a -> b: |md
[connects](https://a-b.io/)
| |
See current PR: #1955 |
Currently, links and tooltips are ignored when placed on a connection:
In my opinion there are a lot of use cases where additional info on a connection can be useful. Rather than adressing the issue by throwing errors (as described in #1482) it would be beneficial to see these features being actually implemented.
An example: I use d2 to document systems and their dependencies. A systeme can refere to external system documetation via link. Connections are often a representation of a certain process. I would happily use links on connections to refer to process documentation.
The text was updated successfully, but these errors were encountered: