jentor
jentor
Sometimes it's handy to group elements in logical containers, like this: ```zig model { actors = domain "Actors" { employee = actor "Employee" customer = actor "Customer" } } ```...
Hi! Just a few wishes connected to export functionality: 1) The exported images (.png) now have a transparent background. After uploading them to wiki (i.e. confluence) they became checkered on...
Hi! Just a few ideas of making better metadata visualization in `Properties` view in Element card: 1) If I use yaml multiline string in metadata prop, like ```zig ... metadata...