Dan Vanderkam
Dan Vanderkam
Just as an FYI, the current treemap is interactive. I wouldn't want to lose the interactivity if we moved to D3.
Also FWIW, the webtreemap DOM is pretty simple. Converting it to SVG directly using jsdom might be easier.
Are you imagining alternative white/gray (ala a table)? Are there any examples you can point to of tree maps on the web whose design you like?
You'd need a lot of colors if you had one per unique directory name!
Nice idea!
@caub thanks for the PR. Can you include a before/after screenshot where you see this improving legibility?
Maybe pg-to-ts doesn't support this: https://github.com/danvk/pg-to-ts/issues/30
Related (same?): #1899
For now I work around this with a Python script that I run via a VS Code task: ```py #!/usr/bin/env python """Add missing links to the bottom of a Markdown...
(closing as a dupe)