From 51c1d8784cefeaeaa567e6f46be372697b3c2649 Mon Sep 17 00:00:00 2001 From: Broig Date: Mon, 29 Apr 2024 21:56:39 +0200 Subject: [PATCH] vault backup: 2024-04-29 21:56:39 --- .obsidian/workspace.json | 28 ++-- 1.Daily_Notes/2024/04-abril/29-lunes.md | 178 ++++++++++++++++++++++++ 2 files changed, 198 insertions(+), 8 deletions(-) create mode 100644 1.Daily_Notes/2024/04-abril/29-lunes.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 390c7d1..d240828 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -48,9 +48,21 @@ }, "pinned": true } + }, + { + "id": "7c7fe7a87a1f323b", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "1.Daily_Notes/2024/04-abril/29-lunes.md", + "mode": "source", + "source": false + } + } } ], - "currentTab": 2 + "currentTab": 3 } ], "direction": "vertical" @@ -116,7 +128,7 @@ "state": { "type": "backlink", "state": { - "file": "πŸ—£ Meetings_MOC.md", + "file": "1.Daily_Notes/2024/04-abril/29-lunes.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -133,7 +145,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "πŸ—£ Meetings_MOC.md", + "file": "1.Daily_Notes/2024/04-abril/29-lunes.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -156,7 +168,7 @@ "state": { "type": "outline", "state": { - "file": "πŸ—£ Meetings_MOC.md" + "file": "1.Daily_Notes/2024/04-abril/29-lunes.md" } } }, @@ -209,11 +221,13 @@ "obsidian-excalidraw-plugin:Create new drawing": false } }, - "active": "dfa6cdecabfd9e5a", + "active": "7c7fe7a87a1f323b", "lastOpenFiles": [ - "1.Daily_Notes/2024/04-abril/23-martes.md", + "πŸ—£ Meetings_MOC.md", + "1.Daily_Notes/2024/04-abril/29-lunes.md", "1.Daily_Notes/2024/04-abril", "1.Daily_Notes/2024", + "1.Daily_Notes/2024/04-abril/23-martes.md", "6.Templates/Daily.md", "πŸ“† Daily_MOC.md", "1.Daily_Notes/2024/04-abril/10-miΓ©rcoles.md", @@ -221,7 +235,6 @@ "1.Daily_Notes/2024/04-abril/09-martes.md", "conflict-files-obsidian-git.md", "1.Daily_Notes/2024/04-abril/05-viernes.md", - "πŸ—£ Meetings_MOC.md", "1.Daily_Notes/2024/04-abril/07-domingo.md", "1.Daily_Notes/2024/04-abril/04-jueves.md", "3.Projects/0.Work/0.Chakray/1.Clientes/1.IOX/Estado_actual_addons.md", @@ -238,7 +251,6 @@ "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", - "7.Participantes/Raquel.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/04-abril/29-lunes.md b/1.Daily_Notes/2024/04-abril/29-lunes.md new file mode 100644 index 0000000..eee30e2 --- /dev/null +++ b/1.Daily_Notes/2024/04-abril/29-lunes.md @@ -0,0 +1,178 @@ +--- +created: 2024-04-29 21:56 +tags: + - Daily + - Notes +--- + + +<< [[1.Daily_Notes/2024/04-abril/28-domingo|Yesterday]] | [[1.Daily_Notes/2024/04-abril/30-martes|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 + +## domingo 28 - abril + +![[1.Daily_Notes/2024/04-abril/28-domingo#πŸ“ 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-04-29") SORT file.ctime asc +``` + + +## πŸ“ Notas modificadas hoy + +```dataview +List FROM "" WHERE file.mday = date("2024-04-29") 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] There are two ways to slide easily through life: to believe everything or to doubt everything; both ways save us from thinking. +> β€” Alfred Korzybski + +--- +# βœ… 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/04-abril/28-domingo|Yesterday]] | [[1.Daily_Notes/2024/04-abril/30-martes|Tomorrow]] >> +