First Commit
This commit is contained in:
13
2 Personal/1 Skills/Obisdian/Obisidan.md
Normal file
13
2 Personal/1 Skills/Obisdian/Obisidan.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Tags und Queries
|
||||
Ich kann mir eine Liste von Tags machen (siehe [[Tag Liste]] womit ich gewisse Sachen verfolgen kann. Zum Beispiel kann ich Startup Ideen mit `#idea/startup` markieren und jeweils einfach in der jeweiligen Daily Note aufschreiben. In einem separaten Dokument kann ich dann alle Zeilen die mit diesem tag markiert sind auflisten durch den `query`-Befehl.
|
||||
![[Pasted image 20231127215907.png]]
|
||||
Das schaut dann so aus: Beispiel kopiert aus [[Business Ideas]].
|
||||
|
||||
- [ ] Ein Dokument erstellen wo ich alle tags in meinem System erkläre #todo/p 🛫 2023-12-03 ⏫
|
||||
- [x] Synchronisierung verbessern: [iCloud funktioniert nicht](https://forum.obsidian.md/t/ios-app-extremely-slow-to-load/67031) gut. #todo/p 📅 2023-12-23 ✅ 2023-12-11
|
||||
|
||||
|
||||
# Formatting
|
||||
- underline: `<u>Text</u>`
|
||||
-
|
||||
|
||||
28
2 Personal/1 Skills/Obisdian/Obsidian Setup.md
Normal file
28
2 Personal/1 Skills/Obisdian/Obsidian Setup.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Synchronization
|
||||
I have a 4 Devices setup:
|
||||
1. NAS: server which is always on
|
||||
2. My personal Computer
|
||||
3. My Phone
|
||||
4. My work computer
|
||||
|
||||
To my work computer I only want to synchronize a subfolder of my obsidian vault because I don’t want my personal files to be accessible on my work computer.
|
||||
|
||||
## iCloud
|
||||
In the beginning I was using iCloud, which was annoyingly slow on my iPhone.
|
||||
|
||||
The main vault was on my iCloud to synchronize between my Macbook (2) and my iPhone (3).
|
||||
Further the subfolder for work was synchronized between my MacBook (2) and my work computer (4) through my NAS (1) which is always online using Syncthing. So any changes I do during work in this folder will be synchronized immediately to my NAS and through my MacBook also to my phone (only once my MacBook got synced.
|
||||
|
||||
|
||||
## Syncthing
|
||||
I initially thought that [[Syncthing]] is not available on my iPhone, but the app Möbius pro makes it possible.
|
||||
Now I should be able to synchronize between all devices using only Syncthing.
|
||||
A concern is syncing subfolders within an already synced folder because it could cause ring dependencies. But according to [this thread](https://forum.syncthing.net/t/sync-a-subfolder-of-an-already-synced-folder/16164) it should be working just fine.
|
||||
|
||||
### Instructions to Setup Everything
|
||||
|
||||
# Backup Solution
|
||||
## Possible Solutions
|
||||
- RSync: write my [own script](https://www.nexcess.net/help/using-rsync-for-backups/#:~:text=An%20incremental%20backup%20saves%20only,parts%20of%20it%20were%20changed.) that uses incremental backups
|
||||
- The lazy one: it is already backed up, because my mac does time machine backups
|
||||
-
|
||||
9
2 Personal/1 Skills/Obisdian/Tag Liste.md
Normal file
9
2 Personal/1 Skills/Obisdian/Tag Liste.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Ideen Tracker
|
||||
- Startup Ideen: `#idea/startup`
|
||||
|
||||
# Alkademiker Tracker
|
||||
- Sujet Ideen: `#alkademiker/sujet`
|
||||
|
||||
# Finanzen
|
||||
- Schulden (ich bekomme) `#fin/gläubiger`
|
||||
- Schulden (ich schulde) `#fin/schuldner`
|
||||
Reference in New Issue
Block a user