brain/Home.md

129 lines
1.7 KiB
Markdown

---
tags: [home, dashboard]
---
# 🏠 Home
## Schnellzugriff
- [[01 Inbox/Brain Dump]]
- [[02 Projekte]]
- [[03 Bereiche]]
- [[05 Daily Notes]]
Übersicht offener Aufgaben aus dem gesamten Vault. Queries nutzen das [Tasks-Plugin](https://publish.obsidian.md/tasks/).
## 🔥 Überfällig
```tasks
not done
due before today
path does not include docs/
path does not include scripts/
sort by due
show backlinks
show edit button
```
## 📅 Heute fällig
```tasks
not done
due on today
path does not include docs/
path does not include scripts/
sort by priority
show backlinks
show edit button
```
## 🗓️ Diese Woche
```tasks
not done
due after today
due before in 7 days
path does not include docs/
path does not include scripts/
sort by due
show backlinks
show edit button
```
## ⭐ Hohe Priorität (ohne Datum)
```tasks
not done
no due date
(priority is high) OR (priority is highest)
path does not include docs/
path does not include scripts/
sort by priority
show backlinks
show edit button
```
## 📂 Nach Bereich
### Projekte
```tasks
not done
path includes 02 Projekte
sort by due
group by filename
show backlinks
show edit button
```
### Bereiche
```tasks
not done
path includes 03 Bereiche
sort by due
group by folder
show backlinks
show edit button
```
### Inbox
```tasks
not done
path includes 01 Inbox
sort by due
show backlinks
show edit button
```
## 📋 Alle offenen Aufgaben
```tasks
not done
path does not include docs/
path does not include scripts/
sort by due
group by folder
show backlinks
show edit button
limit 50
```
## ✅ Kürzlich erledigt (letzte 7 Tage)
```tasks
done after 7 days ago
path does not include docs/
path does not include scripts/
sort by done reverse
show backlinks
show edit button
limit 20
```
---