Back to homepage

GRAPHVIZ / DOT DIAGRAMS

Map relationships, workflows, and systems with Graphviz / DOT.

Write Graphviz in a fenced* Markdown block and Notes Plus turns it into a crisp diagram beside the source. Keep each graph readable as text, see the rendered result instantly without leaving the editor.

* Fenced means: Starting a code block with ```graphviz to tell the app you are using Graphviz now.

SOURCE AND PREVIEW

Write diagrams with just a few english words, directly inside your Markdown.

Use graph, digraph, or the graphviz, dot, and gv fenced block names. Nodes, edges, labels, and layout hints remain editable Markdown content while Notes Plus renders them visually.

See the official Graphviz / DOT documentation for syntax and examples.

Notes Plus showing Graphviz source in a split editor and rendered network, workflow, and architecture diagrams alongside it.