<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>obsidian &amp;mdash; Kevin Sandy</title>
    <link>https://kevinsandy.com/tag:obsidian</link>
    <description>Thoughts, musings, ramblings, and rants</description>
    <pubDate>Fri, 17 Apr 2026 07:46:48 +0000</pubDate>
    <image>
      <url>https://i.snap.as/IC0yYUyI.png</url>
      <title>obsidian &amp;mdash; Kevin Sandy</title>
      <link>https://kevinsandy.com/tag:obsidian</link>
    </image>
    <item>
      <title>Using My Documents Folder with Obsidian</title>
      <link>https://kevinsandy.com/using-my-documents-folder-with-obsidian?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[I recently started using a href=&#34;https://obsidian.md&#34; target=&#34;_blank&#34;Obsidian/a, and I wanted to acheive a seemingly simple goal - to point it at my Documents folder on my Mac and iPad. I really wanted the simplicity of having a single area for things rather than multiple areas to manage. As usual, it turned out to be more involved, but I was able to get it working.&#xA;&#xA;!--more--&#xA;&#xA;I was using the iCloud Desktop &amp; Documents Folders option to keep all the contents of my Documents folder in iCloud. At first, I thought I could just point Obsidian to my Documents folder as-is. That worked on macOS, but not on the iOS or iPadOS apps. It appears those are restricted to only access the Obsidian iCloud folder.&#xA;&#xA;After some thinking, I figured out how I could make it work. It&#39;s pretty simple, and it still keeps my Documents folder saved in iCloud.&#xA;&#xA;Disable the Desktop &amp; Documents Folder iCloud option&#xA;Copy existing iCloud Documents to my local Documents&#xA;Move my local Documents folder to the Obsidian iCloud folder&#xA;Link my local Documents folder to the one I moved into Obsidian&#xA;&#xA;Step 1 is done by going to your iCloud settings in macOS and de-selecting the option. Here are the terminal commands for the other steps. They assume that you don&#39;t already have an Obsidian vault named Documents.&#xA;&#xA;cd ~&#xA;sync iCloud Documents to local Documents&#xA;rsync -av ~/Library/Mobile\ Documents/com~apple~CloudDocs/Documents/ Documents/&#xA;allow moving / removing the Documents folder&#xA;chmod -a &#39;group:everyone deny delete&#39; Documents&#xA;move current documents to Obsidian&#39;s iCloud Drive area&#xA;mv Documents ~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents/&#xA;link Documents to the new location&#xA;ln -s ~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents/Documents .&#xA;&#xA;I&#39;ve been running this way for a few days, and so far it&#39;s working out exactly as I&#39;d hoped. When I create a new project folder, it&#39;s immediately available for Obsidian notes, Terminal work, Finder, and anything else I want to use.&#xA;&#xA;#macos #obsidian]]&gt;</description>
      <content:encoded><![CDATA[<p>I recently started using <a href="https://obsidian.md" target="_blank">Obsidian</a>, and I wanted to acheive a seemingly simple goal – to point it at my Documents folder on my Mac and iPad. I really wanted the simplicity of having a single area for things rather than multiple areas to manage. As usual, it turned out to be more involved, but I was able to get it working.</p>



<p>I was using the iCloud <em>Desktop &amp; Documents Folders</em> option to keep all the contents of my Documents folder in iCloud. At first, I thought I could just point Obsidian to my Documents folder as-is. That worked on macOS, but not on the iOS or iPadOS apps. It appears those are restricted to only access the Obsidian iCloud folder.</p>

<p>After some thinking, I figured out how I could make it work. It&#39;s pretty simple, and it still keeps my Documents folder saved in iCloud.</p>
<ol><li>Disable the <em>Desktop &amp; Documents Folder</em> iCloud option</li>
<li>Copy existing iCloud Documents to my local Documents</li>
<li>Move my local Documents folder to the Obsidian iCloud folder</li>
<li>Link my local Documents folder to the one I moved into Obsidian</li></ol>

<p>Step 1 is done by going to your iCloud settings in macOS and de-selecting the option. Here are the terminal commands for the other steps. They assume that you don&#39;t already have an Obsidian vault named Documents.</p>

<pre><code class="language-sh">cd ~
# sync iCloud Documents to local Documents
rsync -av ~/Library/Mobile\ Documents/com~apple~CloudDocs/Documents/ Documents/
# allow moving / removing the Documents folder
chmod -a &#39;group:everyone deny delete&#39; Documents
# move current documents to Obsidian&#39;s iCloud Drive area
mv Documents ~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents/
# link Documents to the new location
ln -s ~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents/Documents .
</code></pre>

<p>I&#39;ve been running this way for a few days, and so far it&#39;s working out exactly as I&#39;d hoped. When I create a new project folder, it&#39;s immediately available for Obsidian notes, Terminal work, Finder, and anything else I want to use.</p>

<p><a href="https://kevinsandy.com/tag:macos" class="hashtag"><span>#</span><span class="p-category">macos</span></a> <a href="https://kevinsandy.com/tag:obsidian" class="hashtag"><span>#</span><span class="p-category">obsidian</span></a></p>
]]></content:encoded>
      <guid>https://kevinsandy.com/using-my-documents-folder-with-obsidian</guid>
      <pubDate>Sat, 29 Oct 2022 13:05:16 +0000</pubDate>
    </item>
  </channel>
</rss>