More About Graphviz Plugin

Here we describe an example workflow to convert an algorithmic diagram into a static diagram.

Create a page named Hello World.

Shift-click on the Lineup Diagram.

Shift-drag the graphviz diagram to the Hello World page to make a copy.

Double-click the copy on Hello World. You'll see something like this:

DOT strict digraph rankdir=LR node [shape=box style=filled fillcolor=bisque] LINEUP HERE NODE LINEUP HERE node [fillcolor=palegreen] LINKS HERE -> NODE STATIC ...

The text below STATIC is the graphviz dot language that was generated from the program and the current lineup. Delete the text from DOT to STATIC, inclusive. And save the diagram.

Now you have a copy of the lineup that no longer changes depending on context. You have a more permanent record.