# NoteCards
NoteCards was a pioneering [[Hypermedia]] system developed at Xerox PARC from 1984 to 1987, primarily by [[Thomas P. Moran]], [[Frank Halasz]], and [[Randall Trigg]]. It allowed users to create cards containing text, graphics, or other media, and connect them with typed links; essentially implementing [[Vannevar Bush]]'s [[Memex]] vision and [[Ted Nelson]]'s hypertext concepts in a practical tool for knowledge work.
NoteCards influenced the development of wikis (cfr [[Wiki]], modern note-taking applications like [[Obsidian]], [[Roam Research]], [[Logseq]] (and many others), as well as the World Wide Web itself. Its key innovations included typed links (specifying the relationship between cards), browser cards for navigating collections, and a network structure that went beyond simple hierarchies. Research on NoteCards contributed significantly to understanding how people organize and retrieve personal information.
## Key Features
| Feature | Description |
|---------|-------------|
| **Cards** | Individual units containing text, images, or other content |
| **Typed Links** | Connections between cards with semantic labels |
| **Fileboxes** | Containers for organizing related cards |
| **Browser Cards** | Visual maps showing card networks |
| **Link Inheritance** | Cards could inherit properties through links |
| **Programmability** | Built in Lisp; highly extensible |
## Card Types
```
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Text Card │ │ Sketch Card │ │ Browser Card │
│ │ │ │ │ │
│ Contains text │ │ Contains │ │ Shows network │
│ and formatted │ │ graphics │ │ of linked │
│ content │ │ and drawings │ │ cards │
└────────┬────────┘ └────────┬────────┘ └────────┬────────┘
│ │ │
└──────────────────────┼──────────────────────┘
│
┌──────▼──────┐
│ Filebox │
│ (contains │
│ cards) │
└─────────────┘
```
## Typed Links
Unlike simple hyperlinks, NoteCards links had types:
| Link Type | Meaning |
|-----------|---------|
| **Supports** | Evidence for a claim |
| **Opposes** | Counter-evidence |
| **Elaborates** | More detail on a topic |
| **Example** | Illustrates a concept |
| **Comment** | Annotation or note |
| **Specializes** | More specific case |
## Influence on Modern Tools
| NoteCards Concept | Modern Implementation |
|-------------------|----------------------|
| Cards | Notes in [[Obsidian]], [[Roam Research]] |
| Typed links | Semantic linking, block references |
| Browser cards | Graph view, backlinks panel |
| Fileboxes | Folders, tags |
| Network structure | Bi-directional links, knowledge graphs |
## Historical Significance
NoteCards contributed to:
- **Hypertext research**: One of the most studied hypertext systems
- **Personal information management**: Understanding how people organize knowledge
- **The Web**: Influenced Tim Berners-Lee's early thinking
- **Knowledge management**: Enterprise knowledge systems
## Seven Issues for Hypertext
Halasz's influential 1988 paper identified challenges:
1. Search and query within hypermedia
2. Composites (grouping nodes)
3. Virtual structures (computed views)
4. Computation in/over hypermedia
5. Versioning
6. Collaboration support
7. Extensibility and tailorability
Many of these remain relevant to modern PKM tools.
## References
- Halasz, F. (1988). "Reflections on NoteCards: Seven Issues for the Next Generation of Hypermedia Systems"
- https://en.wikipedia.org/wiki/NoteCards
## Related
- [[Thomas P. Moran]]
- [[Hypertext]]
- [[Personal Knowledge Management (PKM)]]
- [[Obsidian]]
- [[Logseq]]
- [[Roam Research]]
- [[Vannevar Bush]]
- [[Ted Nelson]]