graphviz-0443c5be7425c577dbab9ab936b4df29 digraph G { bgcolor="black" node [shape=rectangle, style=filled fillcolor=black, color=orange, fontcolor=orange, labelfontcolor=orange]; edge [color=orange, fontcolor=orange, labelfontcolor=orange]; subgraph cluster_0 { style=filled; color= white; a0 -> a1 -> a2 -> a3; label = "process #1"; } subgraph cluster_1 { node [style=filled]; b0 -> b1 -> b2 -> b3; label = "process #2"; color=blue } start -> a0; start -> b0; a1 -> b3; b2 -> a3; a3 -> a0; a3 -> end; b3 -> end; Images -> Attachments PDFs -> Library Attachments, Library -> "Library Page" [label=automatic]; Images -> Posts [label="via ImagePaste"] "Daily Notes" -> "Journal Entries", Articles [label=embed]; Wiki -> "Daily Notes", "Journal Entries", Articles [label=embed]; "Daily Notes" "Journal Entries" Articles Wiki Attachments [shape=folder] Library [shape=folder] start [shape=doublecircle]; end [shape=Msquare]; } G cluster_0 process #1 cluster_1 process #2 a0 a0 a1 a1 a0->a1 a2 a2 a1->a2 b3 b3 a1->b3 a3 a3 a2->a3 a3->a0 end end a3->end b0 b0 b1 b1 b0->b1 b2 b2 b1->b2 b2->a3 b2->b3 b3->end start start start->a0 start->b0 Images Images Attachments Attachments Images->Attachments Posts Posts Images->Posts via ImagePaste Library Page Library Page Attachments->Library Page automatic PDFs PDFs Library Library PDFs->Library Library->Library Page automatic Daily Notes Daily Notes Journal Entries Journal Entries Daily Notes->Journal Entries embed Articles Articles Daily Notes->Articles embed Wiki Wiki Wiki->Daily Notes embed Wiki->Journal Entries embed Wiki->Articles embed