vault backup: 2025-12-17 18:30:21

This commit is contained in:
Thomas Peetz
2025-12-17 18:30:21 +01:00
parent 35a28b4bc5
commit 6b8786b843
7 changed files with 198 additions and 63 deletions
+1 -1
View File
@@ -296,7 +296,7 @@
"devMode": false,
"templateFolderPath": "Resources/Templates",
"announceUpdates": "all",
"version": "2.9.0",
"version": "2.9.3",
"globalVariables": {},
"onePageInputEnabled": false,
"disableOnlineFeatures": true,
+45 -45
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "quickadd",
"name": "QuickAdd",
"version": "2.9.0",
"version": "2.9.3",
"minAppVersion": "1.6.0",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.16.2",
"version": "2.16.4",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"author": "SilentVoid",
+68
View File
@@ -0,0 +1,68 @@
---
weight: 98.2
meditation: true
pushUps: 20
plank: 75
journal: Privat daily
journal-date: 2025-12-17
journal-start-date: 2025-12-17
journal-end-date: 2025-12-17
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2025-W51#^51i|Woche]] | [[2025-12#^12i|Monat]] | [[2025-Q4#^q4i|Quartal]] | [[2025## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2025-12-17
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2025-12-17
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2025-12-17
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2025-12-17
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2025-12-17)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 12 AND birthday.day = 17
```
+67
View File
@@ -0,0 +1,67 @@
---
work_home: false
work_office: true
journal: cimt daily
journal-date: 2025-12-17
journal-start-date: 2025-12-17
journal-end-date: 2025-12-17
---
```calendar-timeline
```
## Journal
## Ziele
##### [[Journal/cimt AG/2025/2025-12#^12i|Monat]] | [[Journal/cimt AG/2025/2025-Q4#^q4i|Quartal]] | [[Journal/cimt AG/2025## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2025-12-17
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2025-12-17
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!warning]- Heute fällig
>```tasks
>not done
>has due date
>due on 2025-12-17
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!error]- Überfällig
>```tasks
>not done
>has due date
>due before 2025-12-17
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!done]- Erledigte Aufgaben
>```dataview
>TASK
>FROM !"Resources/Templates"
>WHERE completed AND completion = date(2025-12-17)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 12 AND birthday.day = 17
```