Joey Shao’s notebook
🔧 Design Philosophy
| Layer | Meaning | Representation | Folder/Note Structure |
|---|---|---|---|
| Point | Core concept, definition, fact | One atomic note | Concepts/Gravity.md |
| Line | Relationship between two or more concepts | Cross-links, pair notes | Relations/Gravity-Mass.md |
| Surface | Coherent domain of knowledge | Thematic folders | Domains/Physics/ |
| Volume | Meta-knowledge: how ideas connect across fields | Ontology notes / Maps | Maps/Physics_vs_Epistemology.md |
🗂️ Folder Structure (Suggested Starter Layout)
/Notes/
├── Concepts/
│ ├── Gravity.md
│ ├── Mass.md
│ └── Inertia.md
├── Relations/
│ ├── Gravity-Mass.md
│ └── Inertia-Force.md
├── Domains/
│ ├── Physics/
│ │ ├── Newtonian.md
│ │ └── Mechanics.md
│ └── Epistemology/
│ ├── Foundationalism.md
│ └── Coherentism.md
├── Maps/
│ ├── KnowledgeGraph.mm # Mind map / Freeplane / Obsidian canvas
│ └── Interdomain.md # Reflections across fields
└── Templates/
├── Concept_Template.md
├── Relation_Template.md
└── Domain_Template.md-
📥 Collect Concepts
- One note per point
- Write your own definitions
- Add related concepts and notes
-
🔗 Add Relations
- Whenever you notice a link → create a relation note
- Ask: “How are they related?” (causal, analogy, contrast, etc.)
-
🌐 Form Surfaces
- Cluster related concepts into domains (Physics, Epistemology, Machine Learning)
- Add structure and summaries to domain notes
-
🧭 Reflect Across Domains
- Use the
Maps/folder to notice patterns across disciplines - Build higher-level reflections
- Use the
-
🧠 Optional: Visual Tools
- Use tools like Obsidian, Zettlr, or Freeplane to visualize maps from your markdown notes.
Last updated on