# Hypertext
Hypertext is text that contains links to other texts or resources, allowing non-linear navigation through information. The term was coined by [[Ted Nelson]] in 1963, though the concept was anticipated by [[Vannevar Bush]]'s [[Memex]] vision in 1945. Hypertext revolutionized how we organize and access information, forming the foundation of the World Wide Web and modern [[Personal Knowledge Management (PKM)]] tools. The key insight is that human thought is associative, not hierarchical—we naturally connect ideas across boundaries.
While the World Wide Web implemented a simplified version of hypertext (one-way links), Ted Nelson's original vision included richer features: bidirectional links, version control, transclusion (embedding content by reference), and micropayments. Systems like [[NoteCards]], Hypercard, and later [[Roam Research]] and [[Obsidian]] have explored these richer implementations. The history of hypertext shows a tension between simplicity (which enabled the Web's success) and power (which enables deeper knowledge work).
## Key Concepts
| Concept | Description |
|---------|-------------|
| **Hyperlink** | A reference from one document to another |
| **Node** | A chunk of content (page, card, block) |
| **Anchor** | The clickable text/element containing a link |
| **Bidirectional link** | Link that works both ways |
| **Transclusion** | Including content by reference, not copy |
| **Trail** | A path through linked documents |
## Evolution of Hypertext
```
Timeline of Hypertext:
1945 Memex (Bush) Conceptual vision of linked documents
│
1963 "Hypertext" coined Ted Nelson names the concept
│
1967 Hypertext Editing Brown University, first working system
│
1968 NLS (Engelbart) Demo with links, mouse, collaboration
│
1984 NoteCards (PARC) Cards with typed links
│
1987 HyperCard (Apple) Mainstream hypertext authoring
│
1989 World Wide Web Tim Berners-Lee, HTML links
│
1991 WWW public Simplified hypertext goes global
│
2020 Roam/Obsidian Bidirectional links revival
```
## Hypertext Systems
| System | Year | Innovation |
| --------------------- | ---- | -------------------------------------- |
| **[[Memex]]** | 1945 | Conceptual vision (Bush) |
| **Xanadu** | 1960 | Full hypertext vision (Nelson) |
| **NLS/Augment** | 1968 | Working system (Engelbart) |
| **[[NoteCards]]** | 1984 | Typed links, cards |
| **HyperCard** | 1987 | Visual authoring for consumers |
| **World Wide Web** | 1989 | Simplified, distributed hypertext |
| **Wiki** | 1995 | User-editable hypertext (cfr [[Wiki]]) |
| **[[Roam Research]]** | 2020 | Block-level bidirectional links |
## Web Hypertext vs Original Vision
| Feature | Nelson's Vision | World Wide Web |
|---------|-----------------|----------------|
| **Links** | Bidirectional | One-way |
| **Versioning** | Built-in | None |
| **Transclusion** | Native | Copy content |
| **Link types** | Semantic, typed | Generic |
| **Broken links** | Impossible | Common |
| **Attribution** | Automatic | Manual |
| **Micropayments** | Built-in | None |
## Hypertext in Modern PKM
```
Modern Tools Implementing Hypertext Concepts:
┌─────────────────────────────────────────────────────────────┐
│ Classic Hypertext Modern PKM Tools │
├─────────────────────────────────────────────────────────────┤
│ Bidirectional links → Roam, Obsidian, Logseq │
│ Transclusion → Block embeds, references │
│ Typed links → Link types in some tools │
│ Trails → Curated link sequences │
│ Nodes/Cards → Notes, blocks, pages │
│ Non-linear navigation → Graph views, backlinks │
└─────────────────────────────────────────────────────────────┘
```
## Key Figures
| Person | Contribution |
| --------------------- | --------------------------------- |
| [[Vannevar Bush]] | Memex concept (1945) |
| [[Ted Nelson]] | Coined "hypertext" (1963), Xanadu |
| [[Douglas Engelbart]] | NLS, first working hypertext |
| [[Frank Halasz]] | NoteCards, "Seven Issues" |
| [[Tim Berners-Lee]] | World Wide Web |
| [[Ward Cunningham]] | Wiki concept |
## Types of Links
| Link Type | Description | Example |
|-----------|-------------|---------|
| **Navigational** | Go to another page | Standard web link |
| **Associative** | Related concept | Wiki links |
| **Structural** | Part of hierarchy | Site navigation |
| **Referential** | Citation/source | Footnotes |
| **Transclusive** | Embed content | Block references |
See [[How to connect ideas]]
## References
- Nelson, T. (1965). "Complex Information Processing: A File Structure for the Complex, the Changing and the Indeterminate"
- Bush, V. (1945). "As We May Think"
- https://en.wikipedia.org/wiki/Hypertext
## Related
- [[Ted Nelson]]
- [[Vannevar Bush]]
- [[Memex]]
- [[NoteCards]]
- [[Douglas Engelbart]]
- [[Roam Research]]
- [[Obsidian]]
- [[Personal Knowledge Management (PKM)]]
- [[World Wide Web]]
- [[Ward Cunningham]]
- [[Tim Berners-Lee]]