Klaus Weidinger
Klaus Weidinger
You could just take a screenshot. If that isn't sufficient, what are you trying to achieve?
As far as I remember, that's not possible directly, but you should be able to make the button switch focus over to a cube and then send a keyboard event....
My diagrams contain parts like these: ```d2 # define lots of containers with imports from my component library, e.g. step_1 { forms/enter_credentials_1: ...@forms/enter_credentials # ... more similar imports } step_2...
I tried the following in the playground: ```d2 a: {aa} b: {bb} *.aa -> *.bb: { class: [edge] } classes: { edge: { &src.label: * &dst.label: * } } ```...