Alexander Wang

Results 443 comments of Alexander Wang

hm so this happens because the outer `grid-columns: 1` will make each container the same width. e.g. ```d2 x: { grid-columns: 1 aljksadf b } ``` This is what is...

@bo-ku-ra do you remember what this used to be? Sorry

@bo-ku-ra you must target them. Normal targeting is `(a -> b)[0].style.fill...`, so glob targeting all is `(* -> *)[*].style.fill...`

oh, apologies i misunderstood. I'm not sure if that should be allowed, but at the very least it shouldn't be parsing as a connection with just one dash

it's not allowed because i don't want to give the impression this is allowed ```d2 vars: { a: 1 } x1: ${a} vars.a: 2 x1: ${a} ``` these will both...

@amb007 It does not wrap unfortunately. Though desirable, it's hard to do technically

We won't support the full set of HTML like textarea

I'm not sure what you're envisioning, can you provide some examples? Or maybe you're looking to add a header like this: https://github.com/terrastruct/d2/issues/1081