65 lines
1.3 KiB
Markdown
65 lines
1.3 KiB
Markdown
---
|
|
type: dashboard
|
|
---
|
|
|
|
# 🏠 Home
|
|
|
|
> *The purpose of this vault is to think better and build better.*
|
|
|
|
**Me:** [[Profile]] · [[Timeline]] · [[Decision Log]] · [[Investment Philosophy]] · **Flagship:** [[Tia]]
|
|
|
|
---
|
|
|
|
## ⚡ Active Projects
|
|
```dataview
|
|
table status, target, priority
|
|
from "30 - Projects"
|
|
where status = "active"
|
|
sort priority desc
|
|
```
|
|
|
|
---
|
|
|
|
## 🗺️ Navigate
|
|
| Domain | MOC |
|
|
|--------|-----|
|
|
| 🤖 AI | [[MOC - AI]] |
|
|
| 🚀 Startup | [[MOC - Startup]] |
|
|
| 💰 Investing | [[MOC - Investing]] |
|
|
| 🌱 Renewables | [[MOC - Renewables]] |
|
|
| 💻 Software | [[MOC - Software]] |
|
|
| 📚 Learning | [[MOC - Learning]] |
|
|
|
|
**Areas:** [[Business Overview|Business]] · [[Engineering Overview|Engineering]] · [[Finance Overview|Finance]] · [[AI Overview|AI]] · [[Renewables Overview|Renewables]] · [[Investing Overview|Investing]] · [[Operations Overview|Operations]] · [[Family Overview|Family]] · [[Health Overview|Health]]
|
|
|
|
## 📂 All Projects
|
|
```dataview
|
|
table status, domain
|
|
from "30 - Projects"
|
|
where type = "project"
|
|
sort file.name asc
|
|
```
|
|
|
|
---
|
|
|
|
## 🌱 Recent Knowledge
|
|
```dataview
|
|
table created, maturity
|
|
from "60 - Knowledge"
|
|
sort created desc
|
|
limit 7
|
|
```
|
|
|
|
## 📅 Recent Daily Notes
|
|
```dataview
|
|
list from "20 - Journal/Daily"
|
|
sort file.name desc
|
|
limit 5
|
|
```
|
|
|
|
## 📥 Inbox
|
|
```dataview
|
|
list from "00 - Inbox"
|
|
sort file.mtime desc
|
|
limit 5
|
|
```
|