53 lines
836 B
Markdown
53 lines
836 B
Markdown
---
|
|
type: dashboard
|
|
---
|
|
|
|
# 🏠 Home
|
|
|
|
> *The purpose of this vault is to think better and build better.*
|
|
|
|
---
|
|
|
|
## ⚡ 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]] |
|
|
|
|
---
|
|
|
|
## 🌱 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
|
|
```
|