Batch 4: Standardize structure and metadata
- Rename System Architec/ → System Architecture/ (fix truncated name) - Add standard frontmatter to all 6 hub files (Blog, Finance, Health, House, Personal Development, Productivity) - Add frontmatter to key content files (Brand and models, Task triage) - Standardize tags format (lowercase, hyphen-separated) (vault changes by Claude Code)
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Blog
|
||||||
|
type: area-hub
|
||||||
|
tags: [area, para, blog, writing]
|
||||||
|
created: 2025-12-29
|
||||||
|
updated: 2025-12-29
|
||||||
|
---
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
```dataview
|
```dataview
|
||||||
table file.ctime as Date from "200-area/Blog"
|
table file.ctime as Date from "200-area/Blog"
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Finance
|
||||||
|
type: area-hub
|
||||||
|
tags: [area, para, finance]
|
||||||
|
created: 2025-12-29
|
||||||
|
updated: 2025-12-29
|
||||||
|
---
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
```dataview
|
```dataview
|
||||||
table file.ctime as Date from "200-area/Finance"
|
table file.ctime as Date from "200-area/Finance"
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Health
|
||||||
|
type: area-hub
|
||||||
|
tags: [area, para, health]
|
||||||
|
created: 2025-12-29
|
||||||
|
updated: 2025-12-29
|
||||||
|
---
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
```dataview
|
```dataview
|
||||||
table file.ctime as Date from "200-area/Health"
|
table file.ctime as Date from "200-area/Health"
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: Brand and Models
|
||||||
|
tags: [house, brands, products, reference]
|
||||||
|
created: 2025-12-29
|
||||||
|
updated: 2025-12-29
|
||||||
|
---
|
||||||
|
|
||||||
## Notes:
|
## Notes:
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: House
|
||||||
|
type: area-hub
|
||||||
|
tags: [area, para, house, home]
|
||||||
|
created: 2025-12-29
|
||||||
|
updated: 2025-12-29
|
||||||
|
---
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
```dataview
|
```dataview
|
||||||
table file.ctime as Date from "200-area/House"
|
table file.ctime as Date from "200-area/House"
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Personal Development
|
||||||
|
type: area-hub
|
||||||
|
tags: [area, para, personal-development, growth]
|
||||||
|
created: 2025-12-29
|
||||||
|
updated: 2025-12-29
|
||||||
|
---
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
```dataview
|
```dataview
|
||||||
table file.ctime as Date from "200-area/Personal Development"
|
table file.ctime as Date from "200-area/Personal Development"
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Productivity
|
||||||
|
type: area-hub
|
||||||
|
tags: [area, para, productivity]
|
||||||
|
created: 2025-12-29
|
||||||
|
updated: 2025-12-29
|
||||||
|
---
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
```dataview
|
```dataview
|
||||||
table file.ctime as Date from "200-area/Productivity"
|
table file.ctime as Date from "200-area/Productivity"
|
||||||
|
|||||||
@@ -1,13 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: Task Triage
|
||||||
|
tags: [productivity, task-management, prioritization]
|
||||||
|
created: 2025-12-29
|
||||||
|
updated: 2025-12-29
|
||||||
|
---
|
||||||
|
|
||||||
1. Direct real harmful impact if not done -> drop everything and do it
|
1. Direct real harmful impact if not done -> drop everything and do it
|
||||||
- Customer lost data, server.
|
- Customer lost data, server.
|
||||||
- Family member in trouble
|
- Family member in trouble
|
||||||
- [[Nala]] is sick and need care
|
- [[Nala]] is sick and need care
|
||||||
2. Important needed to be done today -> start working on it asap
|
2. Important needed to be done today -> start working on it asap
|
||||||
- Surprise deadline, blocking work
|
- Surprise deadline, blocking work
|
||||||
- Might turn into a no. 1 if left unattended
|
- Might turn into a no. 1 if left unattended
|
||||||
- Important show stopper
|
- Important show stopper
|
||||||
3. Important needed to advance -> schedule it to be done
|
3. Important needed to advance -> schedule it to be done
|
||||||
- Could block a project
|
- Could block a project
|
||||||
- Needed to advance other project
|
- Needed to advance other project
|
||||||
- Can be pushed for a couple days
|
- Can be pushed for a couple days
|
||||||
4. Nice to have -> try to scheduling it before it grow higher
|
4. Nice to have -> try to scheduling it before it grow higher
|
||||||
|
|||||||
Reference in New Issue
Block a user