vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
---
|
||||
id: Journal SOP
|
||||
aliases: []
|
||||
tags:
|
||||
- process/sop
|
||||
rework: true
|
||||
---
|
||||
## Ziel und Zweck
|
||||
Die täglichen Notizen dienen der Verwaltung der persönlichen Termine und Aufgaben für den jeweiligen Tag.
|
||||
Zusätzlich werden bereits begonnene und geplante Aufgaben gelistet, sowie die an dem Tag erledigten Aufgaben.
|
||||
|
||||
## Konfiguration
|
||||
Die täglichen Notizen liegen im Ordner `Journal/Täglich/YYYY/MM` und haben als Dateinamen das jeweilige Datum im Format `YYYY-MM-dd`.
|
||||
Die Templates liegen im Ordner `Ressourcen/Templates` und werden unter anderem vom Plugin [[Templater]] verwendet.
|
||||
|
||||
### Verwendete Plugins
|
||||
- [[Periodic Notes Plugin]]
|
||||
- [[Journals]]
|
||||
- [[Quellen/Obsidian/Dataview]]
|
||||
- [[Templater]]
|
||||
|
||||
### Templates
|
||||
- [[daily-privat]]
|
||||
- [[daily-claudia]]
|
||||
- [[daily-cimt]]
|
||||
- [[daily-cimt-mm]]
|
||||
- [[weekly-privat]]
|
||||
- [[weekly-cimt]]
|
||||
- [[weekly-cimt-mm]]
|
||||
- [[monthly-privat]]
|
||||
- [[monthly-claudia]]
|
||||
- [[monthly-cimt]]
|
||||
- [[monthly-cimt-mm]]
|
||||
- [[quarterly-privat]]
|
||||
- [[quarterly-claudia]]
|
||||
- [[quarterly-cimt]]
|
||||
- [[yearly-privat]]
|
||||
- [[yearly-claudia]]
|
||||
- [[yearly-cimt]]
|
||||
- [[process-meeting]]
|
||||
|
||||
## Anwendung
|
||||
Die täglichen Notizen werden über das Plugin [[Journals]] erstellt. In der Konfiguration des Plugins sind auch die Templates beginnend mit daily konfiguriert.
|
||||
Notizen für vergangene oder zukünftige Tage können über den Kalender im Seitenpanel erzeugt werden oder als Notiz im Ordner mit dem Tag als Notizentitel. Das Template muss dann explizit angewendet werden.
|
||||
Für die Aufgabenübersicht werden die Plugins [[Quellen/Obsidian/Dataview]] verwendet.
|
||||
@@ -0,0 +1,21 @@
|
||||
---
|
||||
tags:
|
||||
- process/sop
|
||||
---
|
||||
|
||||
## Ziel und Zweck
|
||||
|
||||
## Konfiguration
|
||||
|
||||
### Verwendete Plugins
|
||||
|
||||
### Templates
|
||||
- [[Resources/Templates/contact]]
|
||||
- [[contact-colleague]]
|
||||
- [[contact-company]]
|
||||
|
||||
## Anwendung
|
||||
|
||||
Die Notizen über Unternehmen dienen als Map Of Content für die Mitarbeiter, die als Kontakte abgelegt sind.
|
||||
Einzelne Notizen, bzw. Unternehmen haben zusätzlich eine Liste mit Terminen.
|
||||
Die Notizen werden als interne Links bei Kontakten eingetragen und beim Folgen des Verweises erzeugt. Nach Erstellung wird das Template [[contact-company]] angewendet.
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
tags:
|
||||
- process/sop
|
||||
---
|
||||
## Links
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]])
|
||||
```
|
||||
## Plugins
|
||||
```dataview
|
||||
LIST
|
||||
FROM #IT/Tools/Obsidian/Plugins
|
||||
```
|
||||
### Verwendung
|
||||
- [Obsidian Callouts](https://help.obsidian.md/Editing+and+formatting/Callouts)
|
||||
- [Obsidian Tasks](https://obsidian-tasks-group.github.io/obsidian-tasks/)
|
||||
- [[How to Use Obsidian Dataview A Complete Beginners Guide]]
|
||||
- [[How Mermaid diagrams work in Obsidian - Ensley Tan]]
|
||||
- [Capture Information](https://help.obsidian.md/How+to/Capture+information)
|
||||
- [[Quellen/Obsidian/A Beginner’s Guide to Creating a Medium Knowledge Base in Obsidian]]
|
||||
- [[Definitive Obsidian Markdown Cheatsheet Complete Syntax Reference]]
|
||||
- [Verwendung von Obsidian Projects](https://nicolevanderhoeven.com/blog/20221118-notion-like-content-calendar-in-obsidian-projects/)
|
||||
- [Examples - Tasks User Guide - Obsidian Publish](https://publish.obsidian.md/tasks/Queries/Examples)
|
||||
- [Obsidian Tasks Ultimate Guide on Task Management (2023)](https://www.wundertech.net/obsidian-tasks/)
|
||||
- [Obsidian Task Management Basics – The Sweet Setup](https://thesweetsetup.com/obsidian-task-management-basics/)
|
||||
### Plugins
|
||||
- [Obsidian Admonition](https://github.com/valentine195/obsidian-admonition)
|
||||
- [[The Must-Have Obsidian plugins Personal Knowledge Journal]]
|
||||
- [Dataview task and project examples](https://forum.obsidian.md/t/dataview-task-and-project-examples/17011)
|
||||
- [Obsidian Dataview Tasks.md](https://gist.github.com/dom8509/50a1ae4a8adf01c1f70dc68ce3657195)
|
||||
- [Obsidian Tasks](https://obsidian-tasks-group.github.io/obsidian-tasks/)
|
||||
- [Obsidian Dataview](https://notes.nicolevanderhoeven.com/Obsidian+Dataview)
|
||||
- [Obsidian Task Management Queries](https://thesweetsetup.com/obsidian-task-management-queries/)
|
||||
- [My Obsidian Setup (Part 2)](https://medium.com/technology-hits/my-obsidian-setup-part-2-1b82050fac0f)
|
||||
### Links
|
||||
- https://github.com/obsidian-tasks-group/obsidian-tasks/tree/main/resources/sample_vaults/Tasks-Demo
|
||||
- [Dataviewjs Examples - Fork My Brain](https://notes.nicolevanderhoeven.com/obsidian-playbook/Obsidian+Plugins/Community+Plugins/dataview/Dataviewjs+Examples)
|
||||
- [Practically Paperless with Obsidian, Episode 0: Series Overview](https://jamierubin.net/2021/10/04/practically-paperless-with-obsidian-episode-0-series-overview/)
|
||||
### Aufgaben
|
||||
- [x] Indizierung des Vault [[Obsidian Smart Second Brain]] [start:: 2024-04-30] [completion:: 2024-05-02]
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
tags:
|
||||
- process/sop
|
||||
---
|
||||
|
||||
## Ziel und Zweck
|
||||
Für den beruflichen und privaten Kontext sollen die Projekte und Aufgaben erfasst und deren Abarbeitung verfolgt werden.
|
||||
|
||||
## Begriffe
|
||||
Die einzelnen Elemente Ziel, Projekt und Aufgabe stehen in Zusammenhang und bilden folgende Hierarchie.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
Ziel <|-- Projekt
|
||||
Projekt <|-- Aufgabe
|
||||
Ziel: +String tags
|
||||
Ziel: +String Type
|
||||
Ziel: +String Reason
|
||||
Ziel: +String Timespan
|
||||
class Projekt {
|
||||
+Link Ziel
|
||||
+String tags
|
||||
+String status
|
||||
+String subtitle
|
||||
}
|
||||
class Aufgabe {
|
||||
+Link Projekt
|
||||
+String tags
|
||||
+String status
|
||||
}
|
||||
```
|
||||
### Ziel
|
||||
Ziele beschreiben ein gewünschtes Ergebnis.
|
||||
### Projekt
|
||||
Projekte
|
||||
### Aufgabe
|
||||
|
||||
## Konfiguration
|
||||
|
||||
## Anwendung
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tags:
|
||||
- process/sop
|
||||
---
|
||||
|
||||
## Ziel und Zweck
|
||||
Beschreibung der Verwendung und Dokumentation der "Standard Operating Procedures" oder Standardvorgehensweise genannt.
|
||||
|
||||
## Konfiguration
|
||||
Die SOP^[Standard Operating Procedure] werden im Ordner `Übersicht/SOP` abgelegt und haben als Titel das Stichwort zur Vorgehensweise.
|
||||
|
||||
### Verwendete Plugins
|
||||
|
||||
### Templates
|
||||
- [[SOP Template]]
|
||||
|
||||
## Anwendung
|
||||
Reference in New Issue
Block a user