Results 44 comments of pleshevskiy

I would certainly prefer something special for the attributes) for example `!` prefix... ```d2 !layout: elk !theme: neutral_grey a.!shape = oval b.!style.fill = red ``` I understand that these are...

It seems like a great extension!) Dec 25, 2022 23:25:43 Alexander Wang ***@***.***>: > someone tried to do this already in the wild lol. > > https://github.com/antoinevg/GSG/blob/d5edd32e59e2a6ba83218f4042913d6508c78d53/luna/design/dataflow/top_dataflow.d2#L1 > [https://user-images.githubusercontent.com/3120367/209482076-9fc5df8b-7b9b-4058-92cb-53f03bb5663f.png][Screen Shot...

Haven't tried it before... I have a similar problem using nix ``` ➜ d2 src/d2.d2 out/d2.png 2022-12-16 07:13:18.969 [INFO] (default.stdlib) (*PlaywrightDriver).DownloadDriver Downloading driver to /home/jan/.cache/ms-playwright-go/1.20.0-beta-1647057403000 2022-12-16 07:13:28.049 [INFO] (default.stdlib) (*PlaywrightDriver).DownloadDriver...

Actually for ELK the same problem, but always centered :( I want to control this!

I found workaround for ELK ```d2 Examples: { U1: User 1 {shape: person} U1 -- D1 -> D2 -> D3 U2: User 2 {shape: person} U2 -- D4 -> D5...

If you make `shape: none` then the connection is too far from the block. ![image](https://user-images.githubusercontent.com/7839004/204556135-2ae36253-e793-4cce-aeb0-71409f8ae25b.png)

https://github.com/terrastruct/d2/discussions/261

@alixander What about this? ```d2 a -> b: very long way to do something like that ``` ![image](https://user-images.githubusercontent.com/7839004/204782509-c9590fd1-93cb-4411-b3e4-74e7a4f48198.png) Can we stretch connection if the description too long?

This is relevant for the horizontal direction. Considering that now we can change it manually.