-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Hyperlink element node to another diagram #119
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
Comments
Hi, Yes you can link elements, but it depends what is the export format of the diagram. If it's svg you can simply add the url after the boundary Enterprise_Boundary(c0, "Widgets Limited") [[http://google.com]] {
Person(csa, "Customer Service Agent", "Deals with customer enquiries.") or after the node System_Ext(mail_system, "E-mail system", "The internal Microsoft Exchange e-mail system.") [[http://google.com]] |
…ts (except relations) are updated
…emDb..., SystemQueue... are updated
…ips are updated, Readme.md extended
…- image with links is added as svg
…- add missing args in docu
This issue has been automatically marked as stale because it has not had activity in the past 60 days. It will be closed in seven days if no further activity occurs. Thank you for your contributions. |
…- image with links is added as svg (fix merge in extended)
Anyone know how to make a link open in a new browser tab? |
Is it possible to wrap an element (e.g.
System_Boundary(...)
) to another location via hyperlink.For example, to another diagram where the system is broken down into container or components?
I typically put my context diagram in a file
mycontext.pml
and would like to hyperlink the generated system shape (mycontainer.pml
) such that when a user clicks on it, they are taken to the container diagram for that system, and so on.Simply put, I would like to link my diagrams. I can wrap the entire generated diagram in a hyperlink however I would like to get more to a node level, almost akin to an image map maybe.
The text was updated successfully, but these errors were encountered: