<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Obsidian on Lorenzo Bolla</title><link>https://lbolla-info.netlify.app/tags/obsidian/</link><description>Recent content in Obsidian on Lorenzo Bolla</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 28 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://lbolla-info.netlify.app/tags/obsidian/index.xml" rel="self" type="application/rss+xml"/><item><title>Digital Garden</title><link>https://lbolla-info.netlify.app/blog/digital-garden/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://lbolla-info.netlify.app/blog/digital-garden/</guid><description>&lt;p&gt;&lt;a href="https://lbolla.info"&gt;lbolla.info&lt;/a&gt; is now based on &lt;a href="https://github.com/oleeskild/obsidian-digital-garden"&gt;Obsidian&amp;rsquo;s Digital Garden&lt;/a&gt;. Previously, my notes were written in &lt;a href="https://orgmode.org/"&gt;orgmode&lt;/a&gt; as &lt;code&gt;.org&lt;/code&gt; files. Here are the most important steps I followed to convert them.&lt;/p&gt;
&lt;h2 id="from-org-to-md"&gt;From org to md&lt;/h2&gt;
&lt;p&gt;I used &lt;a href="https://pandoc.org/"&gt;pandoc&lt;/a&gt; to convert from &lt;code&gt;org&lt;/code&gt; to &lt;code&gt;md&lt;/code&gt;, something like:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;pandoc --from=org --to=markdown file.org -o file.md -s ...
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The conversion is not perfect and required some cleanup to remove spurious &amp;ldquo;block&amp;rdquo; elements in the output.&lt;/p&gt;
&lt;h2 id="obsidian"&gt;Obsidian&lt;/h2&gt;
&lt;p&gt;I created a new &lt;a href="https;//obsidian.md"&gt;Obsidian&lt;/a&gt; vault in the directory containing the &lt;code&gt;.md&lt;/code&gt; files.
I then installed the &lt;a href="https://github.com/oleeskild/obsidian-digital-garden"&gt;Obsidian&amp;rsquo;s Digital Garden&lt;/a&gt; plugin and configured to publish the notes to &lt;a href="https://lbolla-info.netlify.app/blog/netlify/"&gt;Netlify&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>