More vertically oriented graphs?
At the moment, twdeps generates graphs that are horizontally quite wide. It would be nice if the items could stack things a bit more vertically, since more items can fit on a screen that way (since task descriptions are generally much wider than they are tall, each being a line of text of arbitrary length)
Interesting idea. Can you provide an example input and output that would make a good test case?
Sure. Here is a zip file containing an exported task list and the resulting svg file generated with:
twdeps task_export.json > tasks.sv
Here's the result as a png. Quite wide! Even though I do not have that many tasks.

Thanks, that's very useful. Do you also have a suggestion on what the graph should look like? Simply one underneath the other?