link to further down diagram #55
-
DescriptionAs it is on your website, I would like to have the diagram elements to be linked to the next diagram. PriorityLow ResolutionI'm willing to add this feature myself and raise a PR More informationI tried to implement this feature, but run into trouble by determining the target file name of the next diagram because this is defined in the cli module ( Possible solution would be to add a unique placeholder in the diagram.definition which then later can be replaced in the cli module with the filename of the generated target-diagram. I am not sure, if you even want to implement this feature, because it was declined in a similar request structurizr/cli#58 If you approve the feature request, I would create a pull request in export and cli module. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think the best way to do this is for you to build your own tooling that uses that current Ultimately though, I'd recommend just using Structurizr Lite, since this is all supported out the box. |
Beta Was this translation helpful? Give feedback.
I think the best way to do this is for you to build your own tooling that uses that current
structurizr-export
library as a dependency. That way you have complete control over the filename/link associated with an element, which may need to change on a per view basis. You might look at the following for inspiration, since they have done the same thing already (they both hyperlink elements in the C4-PlantUML exports):Ultimately though, I'd recommend just using Structurizr Lite, since this is all supported out the box.