vault backup: 2024-04-23 22:38:34

This commit is contained in:
2024-04-23 22:38:34 +02:00
parent cfa978b4f5
commit 2fa1bc928b
60 changed files with 14798 additions and 25499 deletions

View File

@@ -40,13 +40,13 @@ tags:
# ✅ Tareas
```dataview
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND !due AND file.cday != this.file.cday and file.name ="Daily MOC" GROUP BY file.link
TASK FROM "📆 Daily_MOC" WHERE !completed AND !checked AND !due AND file.cday != this.file.cday
```
## ✅ To Do
- - -
- [ ]
- [ ] [🍅:: 0/4]
- - -
@@ -80,7 +80,6 @@ filter: today | overdue
sorting:
- date
- priority
group: true
```
@@ -97,7 +96,6 @@ filter: tomorrow | overdue
sorting:
- date
- priority
group: true
```
- - -
@@ -113,7 +111,6 @@ filter: next 5 days | overdue
sorting:
- date
- priority
group: true
```
- - -
@@ -129,7 +126,6 @@ filter: next week | overdue
sorting:
- date
- priority
group: true
```
- - -
@@ -170,6 +166,12 @@ TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND !due AND file.cday !
<% tp.web.daily_quote() %>
---
# ✅ Tareas Completadas hoy
```dataview
TASK FROM "1.Daily_Notes" WHERE completed AND checked AND completion = this.file.cday SORT due asc GROUP BY file.link
```
---
<< [[<% fileDate = moment(tp.file.title, 'DD-dddd').subtract(1, 'd').format("[1.Daily_Notes]/YYYY/MM-MMMM/DD-dddd") %>|Yesterday]] | [[<% fileDate = moment(tp.file.title, 'DD-dddd').add(1, 'd').format("[1.Daily_Notes]/YYYY/MM-MMMM/DD-dddd") %>|Tomorrow]] >>
<< [[<% fileDate = moment(tp.file.title, 'DD-dddd').subtract(1, 'd').format("[1.Daily_Notes]/YYYY/MM-MMMM/DD-dddd") %>|Yesterday]] | [[<% fileDate = moment(tp.file.title, 'DD-dddd').add(1, 'd').format("[1.Daily_Notes]/YYYY/MM-MMMM/DD-dddd") %>|Tomorrow]] >>