vault backup: 2024-12-14 16:00:01
This commit is contained in:
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
@@ -61,12 +61,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "1.Daily_Notes/2024/12-diciembre/03-martes.md",
|
"file": "1.Daily_Notes/2024/12-diciembre/14-sábado.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "03-martes"
|
"title": "14-sábado"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -252,6 +252,7 @@
|
|||||||
"active": "98adc8fc8250e5df",
|
"active": "98adc8fc8250e5df",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"1.Daily_Notes/2024/12-diciembre/03-martes.md",
|
"1.Daily_Notes/2024/12-diciembre/03-martes.md",
|
||||||
|
"1.Daily_Notes/2024/12-diciembre/14-sábado.md",
|
||||||
"1.Daily_Notes/2024/12-diciembre",
|
"1.Daily_Notes/2024/12-diciembre",
|
||||||
"1.Daily_Notes/2024",
|
"1.Daily_Notes/2024",
|
||||||
"1.Daily_Notes/2024/05-mayo/02-jueves.md",
|
"1.Daily_Notes/2024/05-mayo/02-jueves.md",
|
||||||
@@ -280,7 +281,6 @@
|
|||||||
"1.Daily_Notes/Old_system_notes/2023-12-27.md",
|
"1.Daily_Notes/Old_system_notes/2023-12-27.md",
|
||||||
"1.Daily_Notes/Old_system_notes/2023-12-26.md",
|
"1.Daily_Notes/Old_system_notes/2023-12-26.md",
|
||||||
"1.Daily_Notes/Old_system_notes/2023-12-21.md",
|
"1.Daily_Notes/Old_system_notes/2023-12-21.md",
|
||||||
"1.Daily_Notes/Old_system_notes/2023-12-20.md",
|
|
||||||
"3.Projects/1.Custom_projects/2.Mid&Little_BI",
|
"3.Projects/1.Custom_projects/2.Mid&Little_BI",
|
||||||
"3.Projects/1.Custom_projects/1.Charger_SAAS",
|
"3.Projects/1.Custom_projects/1.Charger_SAAS",
|
||||||
"3.Projects/1.Custom_projects/0.Aliexpress_API",
|
"3.Projects/1.Custom_projects/0.Aliexpress_API",
|
||||||
|
|||||||
177
1.Daily_Notes/2024/12-diciembre/14-sábado.md
Normal file
177
1.Daily_Notes/2024/12-diciembre/14-sábado.md
Normal file
@@ -0,0 +1,177 @@
|
|||||||
|
---
|
||||||
|
created: 2024-12-14 15:59
|
||||||
|
tags:
|
||||||
|
- Daily
|
||||||
|
- Notes
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
<< [[1.Daily_Notes/2024/12-diciembre/13-viernes|Yesterday]] | [[1.Daily_Notes/2024/12-diciembre/15-domingo|Tomorrow]] >>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📅 Preguntas Diarias
|
||||||
|
|
||||||
|
### 🌜 Anoche, después del trabajo...
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
### 🙌 Una cosa que me entusiasma en este momento es...
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
### 🚀 Planeo lograr hoy...
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
### 👎 Una cosa con la que estoy luchando hoy es...
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 📝 Notas
|
||||||
|
|
||||||
|
## viernes 13 - diciembre
|
||||||
|
|
||||||
|
![[1.Daily_Notes/2024/12-diciembre/13-viernes#📝 Notas%>")]]
|
||||||
|
|
||||||
|
|
||||||
|
# ✅ Tareas
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "📆 Daily_MOC" WHERE !completed AND !checked AND !due AND file.cday != this.file.cday
|
||||||
|
```
|
||||||
|
|
||||||
|
## ✅ To Do
|
||||||
|
|
||||||
|
- - -
|
||||||
|
- [ ] [🍅:: 0/4]
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
## 🏃 Urgente
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND contains(text,"⏫") SORT priority desc GROUP BY file.link
|
||||||
|
```
|
||||||
|
### 🛑 Tareas que deben abordarse de inmediato
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND contains(text, "🔼") SORT priority desc GROUP BY file.link
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### 🚀 Tareas vencidas de otros días
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND due < this.file.cday & due != null SORT due asc GROUP BY file.link
|
||||||
|
```
|
||||||
|
|
||||||
|
### ✔ Hoy
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND due = this.file.cday SORT due asc GROUP BY file.link
|
||||||
|
```
|
||||||
|
|
||||||
|
```todoist
|
||||||
|
name: ✔ Personales por prioridad
|
||||||
|
filter: today | overdue
|
||||||
|
sorting:
|
||||||
|
- date
|
||||||
|
- priority
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
- - -
|
||||||
|
### ✔ Mañana
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND due = this.file.cday + dur(1 day) SORT due asc GROUP BY file.link
|
||||||
|
```
|
||||||
|
|
||||||
|
```todoist
|
||||||
|
name: ✔ Personales por prioridad
|
||||||
|
filter: tomorrow | overdue
|
||||||
|
sorting:
|
||||||
|
- date
|
||||||
|
- priority
|
||||||
|
```
|
||||||
|
|
||||||
|
- - -
|
||||||
|
### ✔ Esta semana
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND due > this.file.cday & due != null AND due != this.file.cday AND due != this.file.cday + dur(1 day) AND due.weekyear = this.file.cday.weekyear AND due.year = this.file.cday.year SORT due asc GROUP BY file.link
|
||||||
|
```
|
||||||
|
|
||||||
|
```todoist
|
||||||
|
name: ✔ Personales por prioridad
|
||||||
|
filter: next 5 days | overdue
|
||||||
|
sorting:
|
||||||
|
- date
|
||||||
|
- priority
|
||||||
|
```
|
||||||
|
|
||||||
|
- - -
|
||||||
|
### ✔ La próxima semana
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND due != this.file.cday AND due != this.file.cday + dur(1 day) AND due.weekyear = (this.file.cday.weekyear +1) AND due.year = this.file.cday.year SORT due asc GROUP BY file.link
|
||||||
|
```
|
||||||
|
|
||||||
|
```todoist
|
||||||
|
name: ✔ Personales por prioridad
|
||||||
|
filter: next week | overdue
|
||||||
|
sorting:
|
||||||
|
- date
|
||||||
|
- priority
|
||||||
|
```
|
||||||
|
|
||||||
|
- - -
|
||||||
|
### ✔ Más tarde
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND due != this.file.cday AND due != this.file.cday + dur(1 day) AND due.weekyear > (this.file.cday.weekyear +1) SORT due asc GROUP BY file.link
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📝 Notas creadas hoy
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
List FROM "" WHERE file.cday = date("2024-12-14") SORT file.ctime asc
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## 📝 Notas modificadas hoy
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
List FROM "" WHERE file.mday = date("2024-12-14") SORT file.mtime asc
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
# 🫂 Estar en contacto con
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
TASK FROM "1.Daily_Notes" WHERE !completed AND !checked AND !due AND file.cday != this.file.cday and file.name !="Daily MOC" AND !parent GROUP BY file.link
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
- - -
|
||||||
|
|
||||||
|
Error generating 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
|
||||||
|
```
|
||||||
|
---
|
||||||
|
|
||||||
|
<< [[1.Daily_Notes/2024/12-diciembre/13-viernes|Yesterday]] | [[1.Daily_Notes/2024/12-diciembre/15-domingo|Tomorrow]] >>
|
||||||
|
|
||||||
Reference in New Issue
Block a user