Tag Taxonomy

Every claim in the brain carries tags across 8 independent dimensions. These aren’t decorative — they’re a filtering system that lets you slice the brain from any angle and discover things you’d never find by reading.

The 8 dimensions

DimensionQuestion it answersValues
type/What kind of note?claim/atom, claim/structure, claim/index, entity/concept, entity/person
priority/How central to the argument?core, key, support, aside
certainty/How solid is the evidence?established, argued, speculative
stance/Does the author endorse it?endorsed, criticized, neutral
domain/What field?finance, jurisprudence, spiritual, psychology, investing, education, …
role/What function does it serve?fact, argument, definition, methodology, example, rebuttal, principle
backing/What evidence type?textual, transmitted, rational, authority, experiential, analogical, empirical, consensus, silence
strength/How strong is the evidence?definitive, strong, moderate, weak, contested

Each claim gets one tag per dimension. Together they form a fingerprint: priority/core + certainty/argued + backing/transmitted + strength/strong tells you this is a central claim, defended by the author, backed by a hadith the author considers reliable.

Practical filters that reveal insights

”What does this author actually know vs. what are they guessing?”

Filter by certainty/:

FilterWhat you find
certainty/establishedFacts the author treats as settled — the foundation
certainty/arguedClaims the author defends — the real argument
certainty/speculativeGuesses, predictions, hypotheses — where the author is uncertain

Try this: Open the tag page for certainty/speculative in Obsidian. You’ll see every moment where the author admits uncertainty. These are often the most interesting claims — they reveal the edges of the author’s knowledge.

”What’s actually important vs. what’s filler?”

Filter by priority/:

FilterWhat you find
priority/coreRemove this and the whole argument collapses
priority/keyImportant supporting points
priority/supportEvidence and examples — the bulk of any source
priority/asideTangents, historical notes, asides

Try this: Read ONLY priority/core claims from a source. You’ll get the entire argument in ~10-15 claims. This is a 5-minute summary that preserves the actual structure, not a lossy AI summary.

”Where does this author agree with the mainstream vs. go against it?”

Filter by stance/:

FilterWhat you find
stance/endorsedWhat the author believes and advocates
stance/criticizedWhat the author rejects — the counter-arguments
stance/neutralWhat the author describes without taking sides

Try this: Read stance/criticized claims. These are the author’s intellectual opponents — the positions they argue against. You now know the debate landscape without reading the opponent’s book.

”How does this author argue? Evidence or assertion?”

Filter by backing/:

FilterWhat you find
backing/textualClaims backed by direct citation (Quran, statutes, primary sources)
backing/transmittedClaims backed by reported chains (hadith, witness testimony)
backing/empiricalClaims backed by data, experiments, studies
backing/rationalClaims backed by pure logic
backing/experientialClaims backed by personal stories and anecdotes
backing/authorityClaims backed by “expert X says…”
No backing/ tagClaims with NO identifiable evidence — pure assertion

Try this: Find claims with no backing/ tag. These are the author’s unsupported assertions. In a business book, this might be 40% of claims. In a legal text, nearly zero. The ratio tells you about the author’s rigor.

”Show me the strongest and weakest evidence”

Filter by strength/:

FilterWhat you find
strength/definitiveEvidence that settles the matter (direct Quranic text, clear statute, replicated experiment)
strength/strongSolid evidence most would accept
strength/moderateReasonable but debatable
strength/weakAnecdotal, speculative, or contested

Try this: Filter priority/core + strength/weak. These are the author’s most important claims with the weakest evidence — the structural vulnerabilities of the argument. If you want to critique a book, start here.

Cross-source discovery

The source/ tag enables instant cross-source comparison:

/dist:analytics

The analytics agent uses tags to compare sources mechanically:

  • Which source has more certainty/established vs certainty/speculative?
  • Which relies more on backing/experiential vs backing/empirical?
  • Where do two sources have priority/core claims on the same entity?

Using tags in Obsidian

Tag pages

Click any tag in Obsidian to see all notes with that tag. This is the fastest way to filter:

  1. Open any claim note
  2. Click a tag like priority/core
  3. See every core claim across all sources

Search queries

Use Obsidian’s search to combine tags:

tag:priority/core tag:certainty/speculative

This finds every claim that’s central to an argument but speculative — the shakiest foundations.

tag:backing/transmitted tag:source/ibn-qayyim-aldaa-waldawaa

All hadith-backed claims from Ibn Qayyim.

tag:stance/criticized

Every position any author rejects — the debate landscape across all sources.

Obsidian Bases

Use /dist:base to create database views that filter and sort by tags:

/dist:base claims by domain
/dist:base evidence strength distribution
/dist:base core claims with weak evidence

Bases give you spreadsheet-like views where each tag dimension is a filterable column.

Graph view coloring

Obsidian’s graph view becomes much more powerful when you color nodes by tags. This turns the graph from a generic web into a visual map of your brain’s structure.

Setting up graph colors

  1. Open the graph view (Ctrl/Cmd + G)
  2. Click the settings icon (gear)
  3. Under Groups, add color rules:
QueryColorWhat it highlights
tag:#type/entity/conceptOrangeConcept hubs — the high-connectivity nodes
tag:#type/entity/personYellowPeople mentioned across sources
tag:#source/kiyosaki-rich-dadBlueAll claims from one source
tag:#source/ibn-qayyim-aldaa-waldawaaGreenAll claims from another source
tag:#source/cross-vaultRedBridge concepts connecting sources
tag:#priority/coreBright redThe most important claims

What the colored graph reveals

  • Bridge concepts (red) sit between source clusters (blue, green) — they’re the cross-source connections
  • Entity hubs (orange) have the most connections — they’re your brain’s high-traffic concepts
  • Core claims (bright red) within a source cluster show the argument’s skeleton
  • Isolated nodes are orphans the doctor agent should investigate

By source — see how sources cluster and where bridges connect them:

  • Each source gets its own color
  • source/cross-vault bridges get a contrasting color (red works well)
  • Entities get a neutral color (gray or white)

By evidence type — see how the brain argues:

  • backing/textual + backing/transmitted = scriptural evidence (green)
  • backing/empirical = data-driven evidence (blue)
  • backing/experiential = anecdotal evidence (orange)
  • backing/rational = logical arguments (purple)

By certainty — see the confidence landscape:

  • certainty/established = solid ground (green)
  • certainty/argued = active debate (yellow)
  • certainty/speculative = uncertain territory (red)

CSS tag coloring

The brain ships with a CSS snippet (distillary-tags.css) that colors tags in note bodies:

TagColorMeaning
priority/coreRedCentral to the argument
priority/keyOrangeImportant supporting point
certainty/speculativeLight redAuthor is guessing
certainty/establishedGreenSettled fact
stance/endorsedBlueAuthor believes this
stance/criticizedSalmonAuthor rejects this
type/entity/*Dark orangeEntity notes

Enable it: Settings → Appearance → CSS snippets → toggle distillary-tags.

Ghost links (concepts mentioned but not yet entity pages) appear as italic orange dashed underlines — they’re exploration suggestions.