Fix typos

This commit is contained in:
c47 2023-12-10 13:13:41 +01:00
parent 3fefbaab76
commit 9db1fc5700
17 changed files with 50 additions and 50 deletions

View file

@ -125,7 +125,7 @@
<section class="entry-content">
<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing thats quite important to me is note taking. Im not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task....</p>
</section>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 12:50 ]</span>&nbsp;·&nbsp;c47</footer>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 13:13 ]</span>&nbsp;·&nbsp;c47</footer>
<a class="entry-link" aria-label="post link to Obsidian git sync on iOS" href="https://www.nixre.net/blog/obsidian-git-sync-on-ios/"></a>
</article>

View file

@ -17,7 +17,7 @@
<content:encoded><![CDATA[<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -29,9 +29,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>

View file

@ -10,7 +10,7 @@
<meta name="description" content="I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is note taking. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task.">
<meta name="author" content="c47">
<meta name="dcterms.created" content="2023-12-09 09:25:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 12:50:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 13:13:20 &#43;0100 CET">
<link rel="canonical" href="https://www.nixre.net/blog/obsidian-git-sync-on-ios/">
<link rel="stylesheet" type="text/css" href="/fonts/fork-awesome/css/fork-awesome.min.css">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.7d25f03e0f43b051535479bf4b3521ec6a6201c7250312bac58ebb4e3b4cf284.css" integrity="sha256-fSXwPg9DsFFTVHm/SzUh7GpiAcclAxK6xY67TjtM8oQ=" rel="preload stylesheet" as="style">
@ -36,7 +36,7 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.nixre.net/blog/obsidian-git-sync-on-ios/" /><meta property="article:section" content="blog" />
<meta property="article:published_time" content="2023-12-09T09:25:37&#43;01:00" />
<meta property="article:modified_time" content="2023-12-10T12:50:37&#43;01:00" />
<meta property="article:modified_time" content="2023-12-10T13:13:20&#43;01:00" />
</head>
@ -118,7 +118,7 @@
<h1 class="post-title">
Obsidian git sync on iOS
</h1>
<div class="post-meta"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 12:50 ]</span>&nbsp;·&nbsp;c47
<div class="post-meta"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 13:13 ]</span>&nbsp;·&nbsp;c47
</div>
</header>
@ -127,7 +127,7 @@
<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -139,9 +139,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>

View file

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="c47">
<meta name="dcterms.created" content="2023-12-09 09:25:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 12:50:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 13:13:20 &#43;0100 CET">
<link rel="canonical" href="https://www.nixre.net/categories/tech/">
<link rel="stylesheet" type="text/css" href="/fonts/fork-awesome/css/fork-awesome.min.css">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.7d25f03e0f43b051535479bf4b3521ec6a6201c7250312bac58ebb4e3b4cf284.css" integrity="sha256-fSXwPg9DsFFTVHm/SzUh7GpiAcclAxK6xY67TjtM8oQ=" rel="preload stylesheet" as="style">
@ -121,7 +121,7 @@
<section class="entry-content">
<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing thats quite important to me is note taking. Im not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task....</p>
</section>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 12:50 ]</span>&nbsp;·&nbsp;c47</footer>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 13:13 ]</span>&nbsp;·&nbsp;c47</footer>
<a class="entry-link" aria-label="post link to Obsidian git sync on iOS" href="https://www.nixre.net/blog/obsidian-git-sync-on-ios/"></a>
</article>

View file

@ -17,7 +17,7 @@
<content:encoded><![CDATA[<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -29,9 +29,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>

View file

@ -17,7 +17,7 @@
<content:encoded><![CDATA[<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -29,9 +29,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>

View file

@ -3,25 +3,25 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://www.nixre.net/tags/git/</loc>
<lastmod>2023-12-10T12:50:37+01:00</lastmod>
<lastmod>2023-12-10T13:13:20+01:00</lastmod>
</url><url>
<loc>https://www.nixre.net/tags/gtd/</loc>
<lastmod>2023-12-10T12:50:37+01:00</lastmod>
<lastmod>2023-12-10T13:13:20+01:00</lastmod>
</url><url>
<loc>https://www.nixre.net/tags/ios/</loc>
<lastmod>2023-12-10T12:50:37+01:00</lastmod>
<lastmod>2023-12-10T13:13:20+01:00</lastmod>
</url><url>
<loc>https://www.nixre.net/tags/notes/</loc>
<lastmod>2023-12-10T12:50:37+01:00</lastmod>
<lastmod>2023-12-10T13:13:20+01:00</lastmod>
</url><url>
<loc>https://www.nixre.net/blog/obsidian-git-sync-on-ios/</loc>
<lastmod>2023-12-10T12:50:37+01:00</lastmod>
<lastmod>2023-12-10T13:13:20+01:00</lastmod>
</url><url>
<loc>https://www.nixre.net/tags/tech/</loc>
<lastmod>2023-12-10T12:50:37+01:00</lastmod>
<lastmod>2023-12-10T13:13:20+01:00</lastmod>
</url><url>
<loc>https://www.nixre.net/categories/tech/</loc>
<lastmod>2023-12-10T12:50:37+01:00</lastmod>
<lastmod>2023-12-10T13:13:20+01:00</lastmod>
</url><url>
<loc>https://www.nixre.net/blog/ace-eine-schnitzeljagd/</loc>
<lastmod>2022-09-11T16:50:59+02:00</lastmod>

View file

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="c47">
<meta name="dcterms.created" content="2023-12-09 09:25:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 12:50:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 13:13:20 &#43;0100 CET">
<link rel="canonical" href="https://www.nixre.net/tags/git/">
<link rel="stylesheet" type="text/css" href="/fonts/fork-awesome/css/fork-awesome.min.css">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.7d25f03e0f43b051535479bf4b3521ec6a6201c7250312bac58ebb4e3b4cf284.css" integrity="sha256-fSXwPg9DsFFTVHm/SzUh7GpiAcclAxK6xY67TjtM8oQ=" rel="preload stylesheet" as="style">
@ -121,7 +121,7 @@
<section class="entry-content">
<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing thats quite important to me is note taking. Im not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task....</p>
</section>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 12:50 ]</span>&nbsp;·&nbsp;c47</footer>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 13:13 ]</span>&nbsp;·&nbsp;c47</footer>
<a class="entry-link" aria-label="post link to Obsidian git sync on iOS" href="https://www.nixre.net/blog/obsidian-git-sync-on-ios/"></a>
</article>
</main>

View file

@ -17,7 +17,7 @@
<content:encoded><![CDATA[<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -29,9 +29,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>

View file

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="c47">
<meta name="dcterms.created" content="2023-12-09 09:25:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 12:50:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 13:13:20 &#43;0100 CET">
<link rel="canonical" href="https://www.nixre.net/tags/gtd/">
<link rel="stylesheet" type="text/css" href="/fonts/fork-awesome/css/fork-awesome.min.css">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.7d25f03e0f43b051535479bf4b3521ec6a6201c7250312bac58ebb4e3b4cf284.css" integrity="sha256-fSXwPg9DsFFTVHm/SzUh7GpiAcclAxK6xY67TjtM8oQ=" rel="preload stylesheet" as="style">
@ -121,7 +121,7 @@
<section class="entry-content">
<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing thats quite important to me is note taking. Im not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task....</p>
</section>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 12:50 ]</span>&nbsp;·&nbsp;c47</footer>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 13:13 ]</span>&nbsp;·&nbsp;c47</footer>
<a class="entry-link" aria-label="post link to Obsidian git sync on iOS" href="https://www.nixre.net/blog/obsidian-git-sync-on-ios/"></a>
</article>

View file

@ -17,7 +17,7 @@
<content:encoded><![CDATA[<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -29,9 +29,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>

View file

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="c47">
<meta name="dcterms.created" content="2023-12-09 09:25:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 12:50:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 13:13:20 &#43;0100 CET">
<link rel="canonical" href="https://www.nixre.net/tags/ios/">
<link rel="stylesheet" type="text/css" href="/fonts/fork-awesome/css/fork-awesome.min.css">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.7d25f03e0f43b051535479bf4b3521ec6a6201c7250312bac58ebb4e3b4cf284.css" integrity="sha256-fSXwPg9DsFFTVHm/SzUh7GpiAcclAxK6xY67TjtM8oQ=" rel="preload stylesheet" as="style">
@ -121,7 +121,7 @@
<section class="entry-content">
<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing thats quite important to me is note taking. Im not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task....</p>
</section>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 12:50 ]</span>&nbsp;·&nbsp;c47</footer>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 13:13 ]</span>&nbsp;·&nbsp;c47</footer>
<a class="entry-link" aria-label="post link to Obsidian git sync on iOS" href="https://www.nixre.net/blog/obsidian-git-sync-on-ios/"></a>
</article>
</main>

View file

@ -17,7 +17,7 @@
<content:encoded><![CDATA[<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -29,9 +29,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>

View file

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="c47">
<meta name="dcterms.created" content="2023-12-09 09:25:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 12:50:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 13:13:20 &#43;0100 CET">
<link rel="canonical" href="https://www.nixre.net/tags/notes/">
<link rel="stylesheet" type="text/css" href="/fonts/fork-awesome/css/fork-awesome.min.css">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.7d25f03e0f43b051535479bf4b3521ec6a6201c7250312bac58ebb4e3b4cf284.css" integrity="sha256-fSXwPg9DsFFTVHm/SzUh7GpiAcclAxK6xY67TjtM8oQ=" rel="preload stylesheet" as="style">
@ -121,7 +121,7 @@
<section class="entry-content">
<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing thats quite important to me is note taking. Im not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task....</p>
</section>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 12:50 ]</span>&nbsp;·&nbsp;c47</footer>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 13:13 ]</span>&nbsp;·&nbsp;c47</footer>
<a class="entry-link" aria-label="post link to Obsidian git sync on iOS" href="https://www.nixre.net/blog/obsidian-git-sync-on-ios/"></a>
</article>
</main>

View file

@ -17,7 +17,7 @@
<content:encoded><![CDATA[<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -29,9 +29,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>

View file

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="c47">
<meta name="dcterms.created" content="2023-12-09 09:25:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 12:50:37 &#43;0100 CET">
<meta name="dcterms.modified" content="2023-12-10 13:13:20 &#43;0100 CET">
<link rel="canonical" href="https://www.nixre.net/tags/tech/">
<link rel="stylesheet" type="text/css" href="/fonts/fork-awesome/css/fork-awesome.min.css">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.7d25f03e0f43b051535479bf4b3521ec6a6201c7250312bac58ebb4e3b4cf284.css" integrity="sha256-fSXwPg9DsFFTVHm/SzUh7GpiAcclAxK6xY67TjtM8oQ=" rel="preload stylesheet" as="style">
@ -121,7 +121,7 @@
<section class="entry-content">
<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing thats quite important to me is note taking. Im not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task....</p>
</section>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 12:50 ]</span>&nbsp;·&nbsp;c47</footer>
<footer class="entry-footer"><span title='2023-12-09 09:25:37 +0100 CET'>[ Published: 2023/12/09 09:25 ]</span>&nbsp;·&nbsp;<span class='lastmod'>[ Last edit: 2023/12/10 13:13 ]</span>&nbsp;·&nbsp;c47</footer>
<a class="entry-link" aria-label="post link to Obsidian git sync on iOS" href="https://www.nixre.net/blog/obsidian-git-sync-on-ios/"></a>
</article>

View file

@ -17,7 +17,7 @@
<content:encoded><![CDATA[<p>I have got an iPhone a while ago and (of course) things are a little bit different compared to android devices. On an iPhone the ability to access data of an app from another app is not necessarily given and one thing that&rsquo;s quite important to me is <em>note taking</em>. I&rsquo;m not a person who takes tons of notes (yet), but note taking becomes more and more important to me. Of course there are tons of different ways and apps for this task. Obsidian is one of those apps and it is very popular. To be honest I started with <a href="https://anytype.io" target="_blank">anytype</a>
which I like a lot in many ways, but for multiple reasons I decided to try out obsidian instead and it turned out it fits much better.</p>
<p>Obsidian stores its data in so called <em>vaults</em> wich can be understood as containers or namespaces. They&rsquo;re represented as a folder in the file system and the data itself is stored in markdown files. The configuration is stored in .json files inside a hidden folder in the root of each vault, which is <em>.obsidian</em> by default. I mention this because this will be relevant a little bit later.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fedivers bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>I work a lot on desktop computers and laptops and I would like to keep my obsidian clients synchronized over multiple devices. But for me note taking is also important to have on mobile devices, because I may need my notes when my phone is the only computer I have access to. There are quite a few ways to synchronize obisidian&rsquo;s data. The sync with iCloud is not really an option for me. Obsidian sync is another option, but I prefer to store my data on my servers if possible. Somebody in my fediverse bubble mentioned <em>obsidian-livesync</em> a few days ago, which is based on a coucheDB server. Great, but just another DB-server for synchronizing markdown files? There are many tutorials out there about synchronization with git and I like git a lot. I tried out a few ways with several apps, but I won&rsquo;t go into detail about those ways that didn&rsquo;t work, but rather describe what works for me.</p>
<p>The app I use as git client is <a href="https://workingcopy.app/" target="_blank">Working Copy</a>
and I chose this one, because it provides a way to link a repository to the data directory of another app on my iPhone. In the screenshots that follow you will see that the setup is already done, so I don&rsquo;t start a new/fresh one for this post and now I just give a short overview of the steps:</p>
<ul>
@ -29,9 +29,9 @@
<li>Link the repository to your Obsidian folder</li>
<li>Add content and synchronize it</li>
</ul>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that a different config folder set from the beginning.<br>
<p>So first&hellip; when you don&rsquo;t have a vault yet, or when you have one with a default config folder (which is .obsidian)&hellip; you have to create a new vault. In case of existing vaults you can later copy all the contents, but you need a vault that has set a different config folder from the beginning.<br>
After you created your new vault enter it, open the sidebar on the left and tap the gear symbol right next to its name on top to open the settings menu. Tap &ldquo;<em>About</em>&rdquo; scroll down until you find the entry &ldquo;<em>Advanced</em>&rdquo; and below that you should find &ldquo;<em>Override config folder</em>&rdquo; with an input field. Here you can enter a name that you like and that&rsquo;s different from <em>.obsidian</em>. I for example used <em>.obsidian.mobile</em>. You have to relaunch obsidian afterwards.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure you <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<p>If you have not already done so create a fresh git repo now on a git server of your choice. Also if you haven&rsquo;t done already configure your <em>Working Copy</em> app so that you can access the repository and clone the fresh repo onto your device.</p>
<figure>
<img loading="lazy" src="working-copy01.png"
alt="Screenshot of working copy&#39;s repository overview" width="auto"/> <figcaption>