Graph View
{#if searchQuery}
{ searchQuery = ''; }}>
{/if}
{#if !loading} {#if localMode && activeNodeIdx >= 0} {computeLocalSets().nodeSet.size} notes · {computeLocalSets().edgeSet.size} links {:else} {nodes.length} notes · {edges.length} links {/if} {#if searchMatchSet} ·
{searchMatchSet.size} matched
{/if} {/if}
{ localMode = !localMode; focusActive(); }} >
{#if loading}
Building graph...
{/if}