A pandoc filter to express diagrams inline using the haskell EDSL diagrams. - GitHub - diagrams/diagrams-pandoc: A pandoc filter to express diagrams inline using the haskell EDSL diagrams.
@beka_valentine well there's GraphViz dot...but its a bit unwieldy imo
https://graphviz.org/docs/layouts/dot/
Let me know what you find if you want, I'm also curious.
@beka_valentine looks like dot is actually a generic format. I've only used it with Graphviz tho.
https://en.m.wikipedia.org/wiki/DOT_(graph_description_language)
@beka_valentine @dalias I'm kind of partial to Pikchr¹, a super simple graph language very reminiscent of pic². It's built into the Fossil version control system³ and can render diagrams in markdown files committed to the repo⁴ or stored anywhere else in its collaboration tools, but it's also a one-line command to render them as SVG files with a pre-commit hook if you're using git.
¹: https://pikchr.org/home/doc/trunk/homepage.md
²: https://pikchr.org/home/doc/trunk/doc/differences.md
³: https://fossil-scm.org/home/doc/trunk/www/index.wiki
⁴: https://fossil-scm.org/home/doc/trunk/www/embeddeddoc.wiki