Skip to content

Implied Edge Builders

By adding edges to the Breadcrumbs graph, you’ve created various explicit relationships: “Note A is the parent of note B”, or “note C has 3 children: D, E, and F”. But this also implies some relationships. For example, if Father is the parent of Daughter, then it’s implied that Daughter is the child of Father!

flowchart LR
	1(Daughter) -- parent --> 2(Father)
	2 -. child .-> 1

Currently, all implied relationships are added in the same way, using transitive chains of explicit edges: