printbox
printbox copied to clipboard
print nested boxes, lists, arrays, tables in several formats
Hi, First of all, thank you for such a great library! I wonder if you guys have considered an extensibility story for printbox. I know you've made `t` opaque and...
Currently, boxes are drawn with `'+'`, `'-'` and `'|'`. Support for unicode's box-drawing characters would be good as they are designed to match up more precisely than the ASCII options...
for now it only contains styling, but we could imagine having URLs as well (which have a very specific rendering in the html backend). What else?
- render as markdown in text - render as `` in html backend - use hyperref in LaTeX, some day
The HTML backend falls short as seen on https://github.com/c-cube/printbox/tree/main/src/printbox-ext-plot
Generating SVG images. Full flexibility and control, more lightweight than HTML.
It would be really sweet to have rendering for Directed Acyclic Graphs. DAGs have a top-down flow so should be considerably simpler than general graphs. There likely are tradeoffs to...