SOP-BLOCK-REFERENCES-1.0Rev. v1.0··2026-05-02

Block References

One claim, one address — single source of truth

PROCEDURE
  1. 1
    Mark the block that carries the canonical claim — one claim, one block.
    TOOLS
    mium Editor
    DURATION10 sec
    Checkpoint: The block holds exactly one claim.
  2. 2
    Copy the block reference (right-click → Copy block ref). The UUIDv4 is the address.
    TOOLS
    Block menu
    DURATION5 sec
    Checkpoint: ((id)) is on the clipboard.
  3. 3
    At the target site, paste ((id)) when the reader should jump to the source; choose embed when the block should appear in the reading flow.
    MATERIALS
    Rule of thumb: ((id)) vs embed
    DURATION10 sec
    Checkpoint: The reference renders; Ctrl+click focuses the target block.
  4. 4
    For decisions, create an ADR and cite it from every affected page via ((id)).
    TOOLS
    ADR template
    DURATION5 min
    Checkpoint: A change to the ADR is visible in sync everywhere.
BACKGROUND

Block IDs are UUIDv4. One definition, one address. ((id)) cites it everywhere. Maintenance effort on a definition change drops by 95%, because you edit exactly one block and 14 places stay in sync.

Copy-paste across pages creates drift

A definition travels via Ctrl+C into 14 pages. Six months later the definition changes. You maintain one place and forget 13. Consistency between definition and usage drops below 50%, without you noticing.

  • Drift symptom 1: Two pages contradict each other, both look plausible.
  • Drift symptom 2: A search for “ICP” returns 14 hits with 4 different definitions.
  • Drift symptom 3: Nobody knows which version holds — so a new one gets written. Now there are 15.

5 rules for block references

  1. UUIDv4 per block. Each block gets an ID on creation, e.g. 6c1b9a2e-4f3d-47a1-9e10-c0b7e2a55f12. Stable, collision-free, no guesswork.
  2. Block reference ≠ block embed. ((id)) links — the block stays visible at its home. {{embed ((id))}} mirrors — the block appears inline at the citation site.
  3. ((id)) syntax. Double parentheses, UUID in between, no space. Auto-complete kicks in after you type ((.
  4. Single source vs mirror. The definition lives in exactly one place (source). All other places are mirrors via ((id)). An edit on the mirror = an edit on the source.
  5. ADR as the anchor use case. Architecture Decision Records are the natural source: phrase the decision once, then reference it from the roadmap, onboarding and postmortem via ((id)).
## ADR-007: Block IDs are UUIDv4
id:: 6c1b9a2e-4f3d-47a1-9e10-c0b7e2a55f12

We use UUIDv4 for block IDs because:
- collision-free without central allocation
- 122 bits of entropy are enough for 10^36 blocks
- generatable offline (crypto.randomUUID())

---

## Roadmap Q3
See decision: ((6c1b9a2e-4f3d-47a1-9e10-c0b7e2a55f12))

## Onboarding for new devs
ID scheme: ((6c1b9a2e-4f3d-47a1-9e10-c0b7e2a55f12))

Before/after — 14 Wikipedia clones vs one block, embedded 14 times

BeforeAfter
14 pages with the ICP definition copied1 block, 14 references via ((id))
Edit in 14 places, forget 13Edit in 1 place, 14 places in sync
Search “ICP” → 14 hits, 4 versionsSearch “ICP” → 1 source, 14 backlinks
Drift goes unnoticed, contradictions in the wikiDrift structurally ruled out
Maintenance effort grows linearly with usagesMaintenance effort stays constant, independent of usages
<!-- Source block (lives in /glossary/icp.md) -->
id:: a8e2d710-3b9f-4c25-8d6a-1f2e7b3c4d50
ICP (Ideal Customer Profile): description of the account type that benefits the most from mium — sector, size, knowledge volume, compliance frame.

<!-- Usage in /sales/playbook.md -->
Our ICP: ((a8e2d710-3b9f-4c25-8d6a-1f2e7b3c4d50))

<!-- Usage in /onboarding/week-1.md -->
Read first: ((a8e2d710-3b9f-4c25-8d6a-1f2e7b3c4d50))

<!-- Usage in /roadmap/2026.md -->
Focus 2026: ((a8e2d710-3b9f-4c25-8d6a-1f2e7b3c4d50))

An honest question

How often have you had to maintain the same definition in different places? Kindly count the places where “customer”, “lead” or “done” is defined in your wiki. If the number is above 1, at least one of them is out of date.

One claim, one address. Everything else is a mirror.

— mium··block-reference principle

One claim. One address.

Build your knowledge so that one change lands everywhere — your second brain holds the threads together.

Reserve your slot··free of cost →
SOP-BLOCK-REFERENCES-1.0··Falktron GmbH, Oelde
The Spring School has concluded. See Day 93 → Play the game →