Initial commit: Vault setup with .gitignore
This commit is contained in:
commit
f68821a4f3
142 changed files with 77519 additions and 0 deletions
23
00-09 System/01 Templates/+ Book Note.md
Normal file
23
00-09 System/01 Templates/+ Book Note.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title:
|
||||
author:
|
||||
tags: []
|
||||
aliases:
|
||||
status:
|
||||
---
|
||||
## 📘 Summary
|
||||
*A concise overview of the book’s core idea in 2–3 sentences.*
|
||||
|
||||
## 🧠 Key Ideas
|
||||
- Idea 1
|
||||
- Idea 2
|
||||
|
||||
## 💡 Insights & Quotes
|
||||
> *Notable quote or idea with a short note*
|
||||
|
||||
## 🛠 How to Use
|
||||
- Apply [concept] in [context/project]
|
||||
- Reflect on [habit/behavior]
|
||||
|
||||
## 🔗 Related
|
||||
-
|
21
00-09 System/01 Templates/+ Code Note.md
Normal file
21
00-09 System/01 Templates/+ Code Note.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title:
|
||||
language:
|
||||
tags: []
|
||||
aliases:
|
||||
status:
|
||||
---
|
||||
## 📄 Purpose
|
||||
*Why this snippet/concept is useful.*
|
||||
|
||||
## 💻 Code
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
## ✅ Best Practices
|
||||
-
|
||||
|
||||
## 🚫 Common Pitfalls
|
||||
-
|
||||
## 🔗 Related
|
16
00-09 System/01 Templates/+ Concept Note.md
Normal file
16
00-09 System/01 Templates/+ Concept Note.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title:
|
||||
tags: []
|
||||
aliases:
|
||||
status:
|
||||
---
|
||||
|
||||
## 📌 Definition
|
||||
*Clear 1–2 sentence explanation of the concept.*
|
||||
## 🎯 Why It Matters
|
||||
*Explain the practical importance or when it’s used.*
|
||||
## ✅ Best Practices
|
||||
-
|
||||
## 🚫 Common Mistakes
|
||||
-
|
||||
## 🔗 Related
|
20
00-09 System/01 Templates/+ Reference Note.md
Normal file
20
00-09 System/01 Templates/+ Reference Note.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title:
|
||||
tags: []
|
||||
aliases:
|
||||
status:
|
||||
---
|
||||
|
||||
## 📚 What This Covers
|
||||
*One-liner describing the scope of reference.*
|
||||
|
||||
## 🔤 Commands / Syntax / Examples
|
||||
-
|
||||
|
||||
## 📌 Notes
|
||||
- Things to remember
|
||||
- Tiny quirks or examples
|
||||
|
||||
## 🔗 Related
|
||||
- [[Linux: Permissions]]
|
||||
- [[Git: Branching]]
|
24
00-09 System/01 Templates/+ Workflow Note.md
Normal file
24
00-09 System/01 Templates/+ Workflow Note.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title:
|
||||
tags: []
|
||||
aliases:
|
||||
status:
|
||||
---
|
||||
|
||||
## 🔧 Purpose
|
||||
*What problem does this workflow solve?*
|
||||
|
||||
## 🔂 Steps
|
||||
1. Step-by-step breakdown
|
||||
2. Include tools/commands if needed
|
||||
|
||||
## 🛠 Tools & Resources
|
||||
- Tool Name Link
|
||||
- CLI:
|
||||
|
||||
## ⚠️ Gotchas
|
||||
- Common pitfalls
|
||||
- Tool limits
|
||||
|
||||
## 🔗 Related
|
||||
-
|
Loading…
Add table
Add a link
Reference in a new issue