C4-PlantUML
C4-PlantUML copied to clipboard
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
Add support to style System_Boundary, Container_Boundary
Is there an option to expand and collapse container or I am dreaming 1. Expand shows all the components 2. Collapse hides all the components 3. Been searching for that...
The line to the right, but starting from the left side
Currently, the project `README` files consists of more than 800 lines. Most of those are usage instructions. It might be of benefit to users if the README file was split...
Following the guidance here (https://github.com/plantuml-stdlib/C4-PlantUML/blob/311ff3842e47ae9fb77cba4ac86da2481b240909/.vscode/C4.code-snippets), upon creating the .vscode directory and placing the C4.code-snippets file there and then starting a new .puml file, typing 'Container' does not provide the pre-populated...
Currently, there is one major difference between this repo and the code merged into the [official plantuml-stdlib](https://github.com/plantuml/plantuml-stdlib). We have a [dynamic include](https://github.com/plantuml-stdlib/C4-PlantUML/blob/HEAD/C4_Component.puml#L2-L6) (i.e. an URL is used, meaning the content...
As MRs are being opened and work commenses, I thought it might be good idea to address the topic of whom is "allowed" to merge. (As this is actionable, I...
Hi, i packaged a version of plantuml with the totally awesome C4 library in nixpkgs, so you can run `nix-shell -p plantuml-c4` and then within that shell just run `plantuml-c4...
I posted this screenshot and the source 3 days ago: https://github.com/plantuml-stdlib/C4-PlantUML/issues/236 And now it is rendering like this - no matter what I do with Rel_ and Lay_ - I...
Add documentation about layout guidance a practices learned in #237 Closes #237