vault auto-backup: 04.07.2022 - 14:08:55

Affected files:
.obsidian/command-palette.json
.obsidian/community-plugins.json
.obsidian/core-plugins.json
.obsidian/plugins/periodic-notes/data.json
.obsidian/plugins/periodic-notes/main.js
.obsidian/plugins/periodic-notes/manifest.json
.obsidian/plugins/periodic-notes/styles.css
.obsidian/plugins/table-editor-obsidian/data.json
.obsidian/workspace
Periodische Notizen/Täglich/01.07.2022.md
Periodische Notizen/Täglich/04.07.2022.md
Periodische Notizen/Täglich/05.07.2022.md
Periodische Notizen/Täglich/06.07.2022.md
Periodische Notizen/Täglich/27.06.2022.md
Periodische Notizen/Täglich/28.06.2022.md
Periodische Notizen/Täglich/30.06.2022.md
Periodische Notizen/Wöchentlich/KW27-2022.md
Templates/t_DailyNote.md
This commit is contained in:
Jesse James Isler 2022-07-04 14:08:55 +02:00
parent 4f094fe344
commit d55a62117b
18 changed files with 5693 additions and 21 deletions

3
.obsidian/command-palette.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"pinned": null
}

View File

@ -8,5 +8,6 @@
"obsidian-dialogue-plugin", "obsidian-dialogue-plugin",
"obsidian-pandoc", "obsidian-pandoc",
"obsidian-image-toolkit", "obsidian-image-toolkit",
"obsidian-icons-plugin" "obsidian-icons-plugin",
"periodic-notes"
] ]

View File

@ -6,14 +6,12 @@
"outgoing-link", "outgoing-link",
"tag-pane", "tag-pane",
"page-preview", "page-preview",
"daily-notes",
"templates", "templates",
"note-composer", "note-composer",
"command-palette", "command-palette",
"slash-command", "slash-command",
"editor-status", "editor-status",
"starred", "starred",
"markdown-importer",
"outline", "outline",
"word-count", "word-count",
"open-with-default-app" "open-with-default-app"

View File

@ -0,0 +1,33 @@
{
"showGettingStartedBanner": false,
"hasMigratedDailyNoteSettings": true,
"hasMigratedWeeklyNoteSettings": false,
"daily": {
"format": "DD.MM.YYYY",
"folder": "Periodische Notizen/Täglich",
"template": "Templates/t_DailyNote",
"enabled": true
},
"weekly": {
"format": "[KW]ww-yyyy",
"template": "",
"folder": "Periodische Notizen/Wöchentlich",
"enabled": true
},
"monthly": {
"format": "",
"template": "",
"folder": "",
"enabled": false
},
"quarterly": {
"format": "",
"template": "",
"folder": ""
},
"yearly": {
"format": "",
"template": "",
"folder": ""
}
}

5559
.obsidian/plugins/periodic-notes/main.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
{
"id": "periodic-notes",
"name": "Periodic Notes",
"description": "Create/manage your daily, weekly, and monthly notes",
"version": "0.0.17",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
"minAppVersion": "0.10.11"
}

View File

@ -0,0 +1,30 @@
.periodic-modal {
min-width: 40vw;
}
.settings-banner {
background-color: var(--background-primary-alt);
border-radius: 8px;
border: 1px solid var(--background-modifier-border);
margin-bottom: 1em;
margin-top: 1em;
padding: 1.5em;
text-align: left;
}
.settings-banner h3 {
margin-top: 0;
}
.settings-banner h4 {
margin-bottom: 0.25em;
}
.has-error {
color: var(--text-error);
}
input.has-error {
color: var(--text-error);
border-color: var(--text-error);
}

View File

@ -1,6 +1,6 @@
{ {
"formatType": "normal", "formatType": "normal",
"showRibbonIcon": true, "showRibbonIcon": false,
"bindEnter": true, "bindEnter": true,
"bindTab": true "bindTab": true
} }

22
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Templates/t_DailyNote.md", "file": "Periodische Notizen/Täglich/06.07.2022.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -62,7 +62,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Templates/t_DailyNote.md", "file": "Periodische Notizen/Täglich/06.07.2022.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -79,7 +79,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Templates/t_DailyNote.md", "file": "Periodische Notizen/Täglich/06.07.2022.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -117,7 +117,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Templates/t_DailyNote.md" "file": "Periodische Notizen/Täglich/06.07.2022.md"
} }
} }
}, },
@ -130,7 +130,7 @@
} }
} }
], ],
"currentTab": 2 "currentTab": 5
}, },
{ {
"id": "7804475bf051d7e7", "id": "7804475bf051d7e7",
@ -161,15 +161,15 @@
}, },
"active": "624fc6cedfec68e9", "active": "624fc6cedfec68e9",
"lastOpenFiles": [ "lastOpenFiles": [
"Periodische Notizen/Täglich/06.07.2022.md",
"Periodische Notizen/Wöchentlich/KW27-2022.md",
"Periodische Notizen/Täglich/04.07.2022.md",
"Templates/t_DailyNote.md", "Templates/t_DailyNote.md",
"Templates/t_NewProblem.md", "Templates/t_NewProblem.md",
"Firmen/Steinemann Technology/Tickets/Monica Garcia/Penta Belege termin definieren.md", "Firmen/Steinemann Technology/Tickets/Monica Garcia/Penta Belege termin definieren.md",
"Daily/30.06.2022.md", "Periodische Notizen/Täglich/30.06.2022.md",
"Daily/01.07.2022.md", "Periodische Notizen/Täglich/01.07.2022.md",
"Firmen/Steinemann Technology/Tickets/Stefanie Weilenmann/Installation von Monitor.md", "Firmen/Steinemann Technology/Tickets/Stefanie Weilenmann/Installation von Monitor.md",
"Daily/04.07.2022.md", "Periodische Notizen/Täglich/28.06.2022.md"
"Daily/28.06.2022.md",
"Daily/27.06.2022.md",
"Firmen/Steinemann Technology/tickets/Monica Garcia/Erstellung der Penta Belege.md"
] ]
} }

View File

@ -2,17 +2,20 @@
[[01.07.2022|Vorherige Notiz]] [[01.07.2022|Vorherige Notiz]]
# Work # Work
## Generell ## Generell
### Eingabe aller Badges der Fehlenden User
> Ugh
---
### Stundennotation ### Stundennotation
> Die Übernahme der Stunden hat noch gar nicht funktioniert. Da ich befürchte, alle Zeiten manuell nachtragen zu müssen, werde ich das hier nun niederschreiben > Die Übernahme der Stunden hat noch gar nicht funktioniert. Da ich befürchte, alle Zeiten manuell nachtragen zu müssen, werde ich das hier nun niederschreiben
- [ ] Eintritt: 07:09 - [ ] Eintritt: 07:09
- [ ] Pause/Mittag: - [ ] Pause/Mittag: 11:47
- [ ] Eintritt: - [ ] Eintritt: 12:17
- [ ] Austritt: - [ ] Austritt:
1. Lösungsansatz ## Tags
2. Lösungsansatz #lösung
---
# Privat # Privat
## Tags

View File

@ -0,0 +1,27 @@
#daily
[[PREVIOUS DAY|Vorherige Notiz]]
# Work
## User
### Problem
>
- [ ]
- [ ]
1. Lösungsansatz
2. Lösungsansatz #lösung
### Tags
---
# Privat
## Tätigkeit
## Mood Tracker
Heute gieng es mir:
- [ ] Super!
- [ ] Okay
- [ ] Gut
- [
### Tags
---

View File

@ -0,0 +1,2 @@
[[04.07.2022]]
[[05.07.2022]]

View File

@ -17,5 +17,11 @@
--- ---
# Privat # Privat
## Tätigkeit ## Tätigkeit
## Mood Tracker
Heute gieng es mir:
- [ ] Super!
- [ ] Okay
- [ ] Gut
- [
### Tags ### Tags
--- ---