tool snippets

# Graphs Preview next - diagram : Starting with the current page, draws a graph showing the incoming page(s) and two levels of outgoing pages. - Here is the diagram template Preview Next Diagram. Fork this page into your own wiki. - and here is the snippet to copy (drag) into the page where you want the graph:

DOT FROM preview-next-diagram STATIC strict digraph {rankdir=LR node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted] "p2p collaborating in wiki" "Welcome Visitors" -> "p2p collaborating in wiki" node [style=filled fillcolor=lightyellow penwidth=5 color=black fontname="Helvetica-bold"] "p2p collaborating in wiki" node [style=filled fillcolor=lightblue] "p2p collaborating in wiki" -> "wiki in the toolstack" node [style=filled fillcolor=white] "wiki in the toolstack" node [style=filled fillcolor=white penwidth=3 color=black fontname="Helvetica"] "p2p collaborating in wiki" -> "Basic tooling" "p2p collaborating in wiki" -> "wiki in the toolstack" "p2p collaborating in wiki" -> "tool snippets" "p2p collaborating in wiki" -> "wiki in the toolstack" node [style=filled fillcolor=white penwidth=1 color=black fontname="Helvetica"] "Basic tooling" "Basic tooling" -> "wiki in the toolstack - roster" "Basic tooling" -> "Howto guidance" "Basic tooling" -> "Local templates" "Basic tooling" -> "tool snippets" "Basic tooling" -> "Pod news" node [style=filled fillcolor=white penwidth=1 color=black fontname="Helvetica"] "wiki in the toolstack" "wiki in the toolstack" -> "wiki in the toolstack - news" "wiki in the toolstack" -> "Extended trinity" "wiki in the toolstack" -> "wiki as affordances in trinity-space" node [style=filled fillcolor=white penwidth=1 color=black fontname="Helvetica"] "tool snippets" node [style=filled fillcolor=white penwidth=1 color=black fontname="Helvetica"] "wiki in the toolstack" "wiki in the toolstack" -> "wiki in the toolstack - news" "wiki in the toolstack" -> "Extended trinity" "wiki in the toolstack" -> "wiki as affordances in trinity-space"}

# Images HTML snippet to include an image and give it a caption.