From 4f3f5f37ccf5eabb71295a03ce981ec5e9b0294d Mon Sep 17 00:00:00 2001 From: Broig Date: Tue, 23 Apr 2024 22:48:32 +0200 Subject: [PATCH] vault backup: 2024-04-23 22:48:32 --- .obsidian/workspace.json | 22 +-- 1.Daily_Notes/2024/04-abril/23-martes.md | 178 ----------------------- 2 files changed, 5 insertions(+), 195 deletions(-) delete mode 100644 1.Daily_Notes/2024/04-abril/23-martes.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 598d4c0..390c7d1 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -48,21 +48,9 @@ }, "pinned": true } - }, - { - "id": "274e4219f82e2ca2", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "1.Daily_Notes/2024/04-abril/23-martes.md", - "mode": "source", - "source": false - } - } } ], - "currentTab": 3 + "currentTab": 2 } ], "direction": "vertical" @@ -128,7 +116,7 @@ "state": { "type": "backlink", "state": { - "file": "1.Daily_Notes/2024/04-abril/23-martes.md", + "file": "๐Ÿ—ฃ Meetings_MOC.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -145,7 +133,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "1.Daily_Notes/2024/04-abril/23-martes.md", + "file": "๐Ÿ—ฃ Meetings_MOC.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -168,7 +156,7 @@ "state": { "type": "outline", "state": { - "file": "1.Daily_Notes/2024/04-abril/23-martes.md" + "file": "๐Ÿ—ฃ Meetings_MOC.md" } } }, @@ -221,7 +209,7 @@ "obsidian-excalidraw-plugin:Create new drawing": false } }, - "active": "274e4219f82e2ca2", + "active": "dfa6cdecabfd9e5a", "lastOpenFiles": [ "1.Daily_Notes/2024/04-abril/23-martes.md", "1.Daily_Notes/2024/04-abril", diff --git a/1.Daily_Notes/2024/04-abril/23-martes.md b/1.Daily_Notes/2024/04-abril/23-martes.md deleted file mode 100644 index 7ad2e11..0000000 --- a/1.Daily_Notes/2024/04-abril/23-martes.md +++ /dev/null @@ -1,178 +0,0 @@ ---- -created: 2024-04-23 22:38 -tags: - - Daily - - Notes ---- - - -<< [[1.Daily_Notes/2024/04-abril/22-lunes|Yesterday]] | [[1.Daily_Notes/2024/04-abril/24-miรฉrcoles|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 - -## lunes 22 - abril - -![[1.Daily_Notes/2024/04-abril/22-lunes#๐Ÿ“ 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-23") SORT file.ctime asc -``` - - -## ๐Ÿ“ Notas modificadas hoy - -```dataview -List FROM "" WHERE file.mday = date("2024-04-23") 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] Absence makes the heart grow fonder. -> โ€” Thomas Haynes Bayly - ---- -# โœ… 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/22-lunes|Yesterday]] | [[1.Daily_Notes/2024/04-abril/24-miรฉrcoles|Tomorrow]] >> -