DOT Language GRAPHS in CODA

mind-mapping and graph-based documentation are very important to us in Agile Dynamics.
so i have started developing tools to use the DOT language to generate diagrams.

this first prototype is the simplest; provide a list of structures and it generates a tree-map.
you can select the direction (down or across) and the node-shape (box or elipse).

later i will add more features. ideally it should eventually be able to diagram coda internal structures like formula code and buttons etc.

but i wanted to share the basics asap. as usual – best seen in DARK mode (open in CODA)

the dot column-formula converts the raw structure text into DOT language
the map column formula sends the DOT code to a server to convert it into the image shown

respect
max

8 Likes

Impressive - thank you for sharing!
Greetings,
Joost

Perfect project for implementing in a custom pack.