Alexander Wang

Results 267 issues of Alexander Wang

i can't find an open-source standalone renderer for sequence diagrams. There's some that are integrated into other tools, but they're coupled with their tool. Might have to build one from...

layout
feature

If something does panic within D2, the CLI should include a link to Github issues in the terminal display in case users want to report it.

good first issue
cli
ready-for-work
improvement

https://github.com/kieler/elkjs Should be a plugin like dagre.

layout
feature
plugin

```d2 aws_s3: AWS S3 California { Monitoring -> California } aws_s3: "AWS S3 San Francisco, California" { California.San Francisco } ```

bug
layout
blocked

Can auto-create a SQL table diagram

ready-for-work
feature
plugin

`d2 ./static/d2/*.d2 ./static/generated/*.svg`

cli
ready-for-work
improvement

allow CLI to pass a flag to syntax highlighter for both standalone code snippets and markdown code blocks

render
ready-for-work
improvement

Standalone code snippets are implemented, but markdown can also have code blocks that need to be brought under the fold of consistent measurements, font, syntax highlighting

render
ready-for-work
improvement

just need to figure out how to adjust textmeasure accordingly, which will take some digging

render
ready-for-work
improvement

something to do with font sizes and baselines

bug
render
ready-for-work