diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index d240828..c687f7a 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -55,7 +55,7 @@ "state": { "type": "markdown", "state": { - "file": "1.Daily_Notes/2024/04-abril/29-lunes.md", + "file": "1.Daily_Notes/2024/05-mayo/02-jueves.md", "mode": "source", "source": false } @@ -128,7 +128,7 @@ "state": { "type": "backlink", "state": { - "file": "1.Daily_Notes/2024/04-abril/29-lunes.md", + "file": "1.Daily_Notes/2024/05-mayo/02-jueves.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -145,7 +145,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "1.Daily_Notes/2024/04-abril/29-lunes.md", + "file": "1.Daily_Notes/2024/05-mayo/02-jueves.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -168,7 +168,7 @@ "state": { "type": "outline", "state": { - "file": "1.Daily_Notes/2024/04-abril/29-lunes.md" + "file": "1.Daily_Notes/2024/05-mayo/02-jueves.md" } } }, @@ -223,8 +223,10 @@ }, "active": "7c7fe7a87a1f323b", "lastOpenFiles": [ - "🗣 Meetings_MOC.md", "1.Daily_Notes/2024/04-abril/29-lunes.md", + "1.Daily_Notes/2024/05-mayo/02-jueves.md", + "1.Daily_Notes/2024/05-mayo", + "🗣 Meetings_MOC.md", "1.Daily_Notes/2024/04-abril", "1.Daily_Notes/2024", "1.Daily_Notes/2024/04-abril/23-martes.md", @@ -250,7 +252,6 @@ "1.Daily_Notes/Old_system_notes/2023-12-21.md", "1.Daily_Notes/Old_system_notes/2023-12-20.md", "1.Daily_Notes/Old_system_notes/2023-12-18.md", - "0.Personal/1.Ideas/Aliexpress api.md", "3.Projects/1.Custom_projects/2.Mid&Little_BI", "3.Projects/1.Custom_projects/1.Charger_SAAS", "3.Projects/1.Custom_projects/0.Aliexpress_API", diff --git a/1.Daily_Notes/2024/05-mayo/02-jueves.md b/1.Daily_Notes/2024/05-mayo/02-jueves.md new file mode 100644 index 0000000..303d4a0 --- /dev/null +++ b/1.Daily_Notes/2024/05-mayo/02-jueves.md @@ -0,0 +1,178 @@ +--- +created: 2024-05-02 21:26 +tags: + - Daily + - Notes +--- + + +<< [[1.Daily_Notes/2024/05-mayo/01-miércoles|Yesterday]] | [[1.Daily_Notes/2024/05-mayo/03-viernes|Tomorrow]] >> + +--- + +## 📅 Preguntas Diarias + +### 🌜 Anoche, después del trabajo... + +- <% tp.file.cursor() %> + +### 🙌 Una cosa que me entusiasma en este momento es... + +- + +### 🚀 Planeo lograr hoy... + +- + +### 👎 Una cosa con la que estoy luchando hoy es... + +- + +--- + +# 📝 Notas + +## miércoles 01 - mayo + +![[1.Daily_Notes/2024/05-mayo/01-miércoles#📝 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-05-02") SORT file.ctime asc +``` + + +## 📝 Notas modificadas hoy + +```dataview +List FROM "" WHERE file.mday = date("2024-05-02") 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 +``` + + +- - - + +> [!quote] I'll prepare and someday my chance will come. +> — Abraham Lincoln + +--- +# ✅ 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/05-mayo/01-miércoles|Yesterday]] | [[1.Daily_Notes/2024/05-mayo/03-viernes|Tomorrow]] >> +