From ecd0500f32545918818442becbd1ee33eefe4531 Mon Sep 17 00:00:00 2001 From: Ralfk Date: Thu, 6 Jun 2024 10:01:21 +0200 Subject: [PATCH] Obsidian Mac 15: 2024-06-06 10:01:21 --- Eingang/daily-note-2024-06-07.md | 4 +++- Obsidian-IOS-GitSync.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 Obsidian-IOS-GitSync.md diff --git a/Eingang/daily-note-2024-06-07.md b/Eingang/daily-note-2024-06-07.md index 156d402..7e8b279 100644 --- a/Eingang/daily-note-2024-06-07.md +++ b/Eingang/daily-note-2024-06-07.md @@ -2,4 +2,6 @@ - [ ] Organitation der Notizen überlegen Habe mich heute Krank gemeldet !! - \ No newline at end of file + Aber es scheint wirklich mit IOS zu funktionieren das mit dem Git und Obsidian + +#technik, #obsidain diff --git a/Obsidian-IOS-GitSync.md b/Obsidian-IOS-GitSync.md new file mode 100644 index 0000000..16c4f80 --- /dev/null +++ b/Obsidian-IOS-GitSync.md @@ -0,0 +1,16 @@ +I believe that this might be the easiest way to backup IOS with only Obsidian Git plugin. +![:exclamation:](https://forum.obsidian.md/images/emoji/apple/exclamation.png?v=12 ":exclamation:") You don’t need to download any extra app on your devices. + +- Sync repo + - Use `https:` protocol to clone the git repo + - Compress your repo and send it to your iphone (Air Drop or other ways) + - Open `Obsidian` on iphone, and create a vault with the same name as your repo, e.g. `repoA` + - Uncompress your repo on iphone and copy the whole folder, e.g. `repoA` + - Go to the path `on my iphone -> Obsidian`, you will see that the `repoA` is here. Now, paste your repo here, and choose **Replace to all** +- Config Git Auth + - Install and Enable the `Obsidian Git` plugin + - Go to github (I recommend you to use `Personal access tokens`, since the Password will fail sometimes) + - `Setting -> Developersetting -> Tokens (classic) -> generate new token` + - ![:exclamation:](https://forum.obsidian.md/images/emoji/apple/exclamation.png?v=12 ":exclamation:")Please copy and store your token somewhere, cause it only shows once. + - Paste your `Personal access tokens` to the `Obsidian Git Setting-> Commit Author -> password/personal access tokens` +- Done, enjoy your free sync with git \ No newline at end of file