vault backup: 2025-06-30 10:17:56

Affected files:
.obsidian/plugins/periodic-notes/data.json
.obsidian/workspace.json
0 Journal/0 Daily/2025-06-28.md
0 Journal/0 Daily/2025-06-30.md
Dashboard Canvas.canvas
Templates/Weekly Template.md
Temporary/2025-06-30.md
This commit is contained in:
2025-06-30 10:17:56 +02:00
parent 3f34b07b88
commit 430532782a
7 changed files with 91 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
{
"showGettingStartedBanner": true,
"showGettingStartedBanner": false,
"hasMigratedDailyNoteSettings": true,
"hasMigratedWeeklyNoteSettings": false,
"daily": {
@@ -10,8 +10,9 @@
},
"weekly": {
"format": "",
"template": "",
"folder": ""
"template": "Templates/Weekly Template.md",
"folder": "0 Journal/1 Weekly",
"enabled": true
},
"monthly": {
"format": "",

View File

@@ -24,17 +24,17 @@
}
},
{
"id": "b5d9cec23d736cf3",
"id": "b83d89fd7f7eedcb",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "0 Journal/0 Daily/2025-06-27.md",
"file": "0 Journal/0 Daily/2025-06-28.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "2025-06-27"
"title": "2025-06-28"
}
}
],
@@ -285,13 +285,22 @@
"periodic-notes:Open today": false
}
},
"active": "b5d9cec23d736cf3",
"active": "b83d89fd7f7eedcb",
"lastOpenFiles": [
"0 Journal/0 Daily/2025-06-28.sync-conflict-20250628-084825-LIUMLEB.md",
"Dashboard Canvas.canvas",
"Dashboard.md",
"Templates/Weekly Template.md",
"0 Journal/0 Daily/2025-06-28.md",
"0 Journal/0 Daily/2025-06-25.md",
"Templates/Daily Template.md",
"0 Journal/0 Daily/2025-06-27.md",
"0 Journal/0 Daily/2025-06-30.md",
"Templates/Daily Template.md",
"0 Journal/1 Weekly/2025-W27.md",
"0 Journal/1 Weekly/2025-W28.md",
"Temporary/2025-W28.md",
"Temporary/2025-06-30.md",
"2025-W27.md",
"0 Journal/0 Daily/2025-06-28.sync-conflict-20250628-084825-LIUMLEB.md",
"0 Journal/0 Daily/2025-06-25.md",
"99 Work/0 OneSec/OneSecNotes/40 - User Manuals/FTDI FT232H - Serial to USB Adapter.md",
"Attachments/Pasted image 20250627101456.png",
"Temporary/Untitled 9.md",
@@ -313,18 +322,9 @@
"99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Robotics/kalman_filter.excalidraw.md",
"OneNote/PhD/Things to know very well when applying for a robotics PhD.md",
"2 Personal/1 Skills/IT/React Learnings.md",
"Dashboard.md",
"99 Work/0 OneSec/OneSecThoughts/Cofounder Meeting 1 - 04.06.25.md",
"2 Personal/Hobbies/Gelbes Velo von Mänu.md",
"0 Journal/0 Daily/2025-06-04.md",
"Temporary/CM5 Carrier Review.md",
"Attachments/Pasted image 20250604104446.png",
"2 Personal/1 Skills/IT/Supabase Learnings.md",
"0 Journal/0 Daily/2025-05-24.md",
"2 Personal/1 Skills/IT",
"2 Personal/Lists/Packlisten/Packliste - Skitour.md",
"2 Personal/Wohnen/Rezepte/Markdownload/Püree von roten Linsen mit Cherrytomaten-Gemüse.md",
"0 Journal/0 Daily/2025-05-01.md",
"Sync",
"Shared_Folder",
"OneNote/BSM",
@@ -334,7 +334,6 @@
"5 Media/5 Other",
"5 Media/3 Films",
"99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Computer Science/Untitled.canvas",
"Dashboard Canvas.canvas",
"8 Work/OneSecNotes/Temporary/Untitled.canvas"
]
}

View File

@@ -33,4 +33,5 @@ ___
- Dannick meinte ich müsse 500.- zurück zahlen wenn ich Dinge nicht anspreche, da wir sonst unsere Zeit verschwenden.
- Ich möchte mehr Einsicht in die Finanzen: und ich muss auch selbst Leute anstellen können.
- Offen sein, dass das Projekt mit Jerry nicht sehr gut läuft. Und dass ich das eigentlich nicht führen will.
-
- Lead daily standups: make sure that they never exceed 15 minutes. Maybe restructure them? Do hardware first?
- Make sure every meeting has a clear goal and an agenda

View File

@@ -0,0 +1,29 @@
---
Alias:
Tags: daily
# Habits:
# -----
nägelkauen:
Dehnen:
Sport:
Ernährung:
# -----
---
# 2025-06-30
[[2025-06-29]] <--> [[2025-07-01]]
Error generating daily quote
---
## Planning
___
## Reflection
___
## Notes
-

View File

@@ -1,6 +1,6 @@
{
"nodes":[
{"id":"1cb6b84f4823a38f","type":"file","file":"7 People/_People Overview.md","x":-1220,"y":-380,"width":536,"height":595,"color":"5"}
{"id":"1cb6b84f4823a38f","type":"file","file":"7 People/_People Overview.md","x":-1220,"y":-380,"width":840,"height":1000,"color":"5"}
],
"edges":[]
}

View File

@@ -0,0 +1,39 @@
---
Alias:
Tags: weekly
# Habits:
# -----
nägelkauen:
Dehnen:
Sport:
Ernährung:
# -----
---
# <% tp.file.title %>
<%*
/* ── Navigation to previous / next week ─────────────────────────────── */
const curWeek = moment(tp.file.title, "GGGG-[W]WW");
tR = `[[${curWeek.clone().subtract(1,'week').format("GGGG-[W]WW")}]] <--> [[${curWeek.clone().add(1,'week').format("GGGG-[W]WW")}]]`;
%>
<% tp.web.daily_quote() %>
---
## Week at a glance
---
## Planning
_(Ziele, To-dos, Termine, Prioritäten)_
___
## Reflection
_(Wie lief die Woche? Erfolge, Learnings, Verbesserungen)_
___
## Notes
-

0
Temporary/2025-06-30.md Normal file
View File