Advanced Concepts

Network Measures

A few network measures (degree, average degree, components, communities) as gentle diagnostics for tending your notes, not metrics to chase.

Because your notes form an actual Network, you can measure it. That’s something a folder of files can never offer. A handful of simple measures, borrowed from network research, tell you how healthy your network is and where it needs tending.

A warning first, because it matters: these are diagnostics, not scores. Glance at them now and then, act on what they show, and get back to writing. The moment you start optimising a number, you’ve fallen into the exact trap the method is built to avoid: perfecting the system instead of using it. They also mean little when your network is small; a dozen notes is mostly noise. Measures earn their keep as the network grows.

Degree

The degree of a note is simply how many Links it has, and it’s the most useful number you’ll look at. A note with no links at all is an orphan, what network research calls an isolate: until it gets a link it isn’t yet a NetworkNote; it’s a note the network can’t reach. At the other extreme are your most-connected notes, your hubs. How much a note’s degree matters, and which notes are most important, is the subject of Centrality.

It’s worth splitting degree in two, the way each page’s Connections panel already does:

  • In-degree (linked from, your backlinks): how many notes point to this one.
  • Out-degree (links to): how many notes this one reaches.

That in/out split is Directionality seen as a number.

The NetworkMap sizes every dot by its degree and lists your orphans outright, so you rarely have to count by hand.

Average degree, not density

It’s tempting to reach for density: the share of all possible links that actually exist. Resist it as a metric. Density is roughly links ÷ (notes × notes), and because the number of possible links grows with the square of your notes, density falls automatically as your network grows, even as it genuinely gets richer. Chase it and you’ll feel like you’re losing ground while doing everything right.

Watch average degree instead: the typical number of links per note (2 × links ÷ notes). It answers the question you actually care about (“how connected is a typical note?”) and it doesn’t collapse as the network scales. A small, healthy network might average two or three links per note; that’s a better north star than any density figure.

(Density is still a fine idea; it’s the spirit of Concentrate, don’t accumulate. Just don’t turn it into a gauge.)

Islands: connected components

Follow the links from any note to its neighbours, then theirs, and so on. The set of notes you can reach is a connected component. A healthy network is mostly one big component, a single web where any idea can, in principle, reach any other. (Network researchers call that dominant cluster the giant component.)

If instead you have many small components (clusters that never touch), your notebook is really several disconnected notebooks. That’s the cue to look for a Link that would bridge two islands. A lone note is just a component of size one: another way to see an orphan.

Communities

Within the big component, notes clump into communities: densely linked neighbourhoods that usually map to topics. The NetworkMap can colour these for you (its community clustering finds them from the link structure alone, regardless of which section a page lives in).

The notes that join two communities together are bridges, and they’re often your most valuable connections. That’s a question of Centrality.

The point of all this

You don’t have to calculate any of it. The NetworkMap already shows the shape: the hubs as big dots, the orphans in a list, the communities in colour, the islands floating apart. The measures just give you names for what you are seeing, and a few honest rules of thumb:

  • An orphan? Give it a link.
  • Two islands that belong together? Find the link that joins them.
  • Density dropping as you grow? Ignore it; watch average degree.

Then close the map and write the next note. The network is something to think with, not a dashboard to maintain.

Connections

See this page in the whole NetworkMap.