Alexander Wang
Alexander Wang
@kiriti999 I'm happy to help but please show some effort and help yourself first through the extensive documentation available: https://d2lang.com/tour/globs/ If you're still confused after, make a new issue and...
@kongdd ```d2 (* -> *)[*]: { style.font-size: 55 } ```
this should definitely be an option, ty, will work on it shortly
``` test: { icon: https://no.com } test2: { icon: https://no.com } works: { icon: https://www.howtogeek.com/wp-content/uploads/2018/06/shutterstock_1006988770.png } test -> test2 ``` produces image without the default placeholder for some reason
thanks so much for sleuthing @chainofreasoning ! Before I dive into it too much, I'm going to cc some plantuml maintainers, fingers crossed they know an easier way >.> cc...
it looks like the brew package is very up to date, getting love as recently as last week (https://github.com/Homebrew/homebrew-core/pull/125242). which rules out a bad packaging
In the compiler, the Link keyword is applied here. Just need to do that for Edges too. https://github.com/terrastruct/d2/blob/master/d2graph/d2graph.go#L131 And then the exporter needs to take that value from the compiler...
would love to give chromium and playwright the boot. i suspect the easiest option is to actually roll out own PNG renderer using some low level graphics lib that writes...
Yes this is by design, otherwise you would never be able to do this: https://play.d2lang.com/?script=qrBSyMnPS1fISUxKzVFIyy9SKEgtKs7P46rQK85ILEi1QvDLM1NKMqwUzAy4AAEAAP__&
You can just repurpose tables for this: https://d2lang.com/tour/sql-tables/ or just use JSON blocks directly: https://play.d2lang.com/?script=qrBSqMkqzs_jqlbITS0qqrRSSM4oyiwuyU0sVqjlquECBAAA__8%3D& Does that work? @jfudickar