is a tool for drawing UML diagrams based on a simple syntax, created by and open sourced on . This Pack uses the nomnoml library to allow you to generate diagrams using it’s syntax and features directly within your Coda docs. Install
Click the button below or type /nomnoml in any doc.
Demo
Handwritten
You can write your markup by hand and use the Diagram formula to render it.
Generated from a table
If you have a table with a a parent-child relationship you can use the GenerateMarkup formula to generate nomnoml markup from that table, which can then be passed to the Diagram formula to render it.
Generated markup
[A]
[A] -> [B]
[A] -> [C]
[B] -> [D]
[D] -> [E]
[D] -> [F]