Simon Brown

Results 58 comments of Simon Brown

> The following properties can either be set on individual views, or on the view set to apply to all views So try this instead: ``` ... smoothingJob = container...

Thanks, yes, this is a known issue that's been taken advantage of over the years, so requires more than just fixing it. I'm planning on deprecating `!constant` (removing it in...

End of line comments are not currently supported I'm afraid. I've tagged the issue as an enhancement, but I have no plans to add support any time soon.

> End of line comment works at line 14 in the same sample. It doesn't. 😀 ![image](https://github.com/structurizr/java/assets/1009874/c19b2950-997b-42e6-9aad-8dec203fef3a)

> one of my problems with structurizr is the need for graphiz dot This is only required when using the Structurizr diagram renderer (e.g. Structurizr Lite/on-premises) with automatic layout. There...

From #1058: > We want to support both: generating PlantUML from Structurizr DSL and from manually lay-outed diagrams with Structurizr (which leads to a JSON file). I just want to...

> Thanks for the clarification. You're welcome. [Site Generatr](https://github.com/avisi-cloud/structurizr-site-generatr) hyperlinks the PlantUML exports together ([example](https://avisi-cloud.github.io/structurizr-site-generatr/main/internet-banking-system/context/)), so there are certainly other methods for building a more interactive version of the diagrams.

> I assume that the diagrams generated by Site Generatr use auto-layout, correct? Yes, it uses an extended version of the C4PlantUMLExporter that overrides element URLs -> https://github.com/avisi-cloud/structurizr-site-generatr/blob/main/src/main/kotlin/nl/avisi/structurizr/site/generatr/site/C4PlantUmlExporterWithElementLinks.kt > Seems...

Thanks! There's quite a lot going on here, and I don't have much time at the moment. How do you feel about splitting the Structurizr.PlantUML project off and hosting it...

With the [Structurizr CLI](https://github.com/structurizr/cli) having much better support for exporting views to PlantUML (and I appreciate it's written in Java), I'm not actively supporting the .NET exporters at this time...