<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>passthejoe by Steven Rosenberg - Obsidian</title>
    <subtitle>A blog created in Zola</subtitle>
    <link rel="self" type="application/atom+xml" href="https://tilde.club/~passthejoe/zola/tags/obsidian/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://tilde.club/~passthejoe/zola"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-05-19T00:00:00+00:00</updated>
    <id>https://tilde.club/~passthejoe/zola/tags/obsidian/atom.xml</id>
    <entry xml:lang="en">
        <title>Using the Obsidian notetaking app to write posts for Zola</title>
        <published>2026-05-19T00:00:00+00:00</published>
        <updated>2026-05-19T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Steven Rosenberg
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://tilde.club/~passthejoe/zola/blog/obsidian-for-zola/"/>
        <id>https://tilde.club/~passthejoe/zola/blog/obsidian-for-zola/</id>
        
        <content type="html" xml:base="https://tilde.club/~passthejoe/zola/blog/obsidian-for-zola/">&lt;p&gt;I&#x27;ve given quite a few notetaking apps a tryout in my quest to both find a smoother workflow for writing posts for static site generators like Zola and Hugo, and now it&#x27;s Obsidian&#x27;s turn. Or it&#x27;s my turn at using Obsidian.&lt;&#x2F;p&gt;
&lt;p&gt;I did leave Obsidian for pretty much the end of my &quot;journey&quot; of trying every notetaking app I could find in Flathub.&lt;&#x2F;p&gt;
&lt;p&gt;Why did  I leave Obsidian to the end? I&#x27;ve tried to prioritize apps that are coded in more traditional-to-linux&#x2F;unix ways (i.e. not Electron or other Javascript cross-platform frameworks).&lt;&#x2F;p&gt;
&lt;p&gt;There even is a plugin to export Obsidian posts to blogs such as Hugo, Hexo and a few others. Like Obsidian itself, the plugin seems very complicated, with a lot of configuration options. The plugin also didn&#x27;t work for me with the TOML front matter for a Zola post.&lt;&#x2F;p&gt;
&lt;p&gt;I didn&#x27;t give up so easily. I found the &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;mokeyish&#x2F;obsidian-enhancing-export&quot;&gt;Enhancing Export&lt;&#x2F;a&gt; plugin, which seemed promising.&lt;&#x2F;p&gt;
&lt;p&gt;The export appeared to go well. I got an .&lt;code&gt;md&lt;&#x2F;code&gt; file exactly where I wanted it. However, all of the brackets in my TOML front matter were escaped with backslashes.&lt;&#x2F;p&gt;
&lt;p&gt;Instead of:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;[taxonomies]&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;p&gt;it was:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;\[taxonomies\]&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Why is it doing that? Who wants this?&lt;&#x2F;p&gt;
&lt;p&gt;I could spend many hours trying to figure out how to get it to export to go the way I want, but I&#x27;m not excited enough about the app to make the effort. If there were another plugin, or native functionality (which this really should be) to do the export the right way, that would be nice.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;&#x2F;strong&gt; &lt;em&gt;This entry was copy&#x2F;pasted into and exported out of &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;apps.gnome.org&#x2F;Iotas&#x2F;&quot;&gt;Iotas&lt;&#x2F;a&gt; because that is one of the apps that exports the right way out of the box.&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Why is it so hard (or impossible) to get a clean Markdown export out of Obsidian and Standard Notes?</title>
        <published>2026-04-30T00:00:00+00:00</published>
        <updated>2026-04-30T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Steven Rosenberg
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://tilde.club/~passthejoe/zola/blog/obsidian-standard-notes-export-trouble/"/>
        <id>https://tilde.club/~passthejoe/zola/blog/obsidian-standard-notes-export-trouble/</id>
        
        <content type="html" xml:base="https://tilde.club/~passthejoe/zola/blog/obsidian-standard-notes-export-trouble/">&lt;p&gt;What&#x27;s the deal with exporting Markdown files out of two of the most popular notetaking apps, Obsidian and Standard Notes?&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;obsidian.md&#x2F;&quot;&gt;Obsidian&lt;&#x2F;a&gt; can&#x27;t (or more accurately won&#x27;t) export an &lt;code&gt;.md&lt;&#x2F;code&gt; file from the base system, and none of the plugins I&#x27;ve tried can do it right, which for me means without added escapes preceding the brackets that&#x27;s are in my blog posts&#x27; TOML front matter.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;standardnotes.com&#x2F;&quot;&gt;Standard Notes&lt;&#x2F;a&gt; doesn&#x27;t even allow an export with the free plan.&lt;&#x2F;p&gt;
&lt;p&gt;Meanwhile &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;nextcloud.com&#x2F;&quot;&gt;Nextcloud&lt;&#x2F;a&gt; offers file exports (in the form of &lt;em&gt;downloads&lt;&#x2F;em&gt; via the Files app) just like the Linux desktop apps I&#x27;ve been using: &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;apps.gnome.org&#x2F;Iotas&#x2F;&quot;&gt;Iotas&lt;&#x2F;a&gt;, &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;www.qownnotes.org&#x2F;&quot;&gt;QOwnNotes&lt;&#x2F;a&gt; and &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;toolstack&#x2F;Folio&quot;&gt;Folio&lt;&#x2F;a&gt;. And the files are ready to go into a static site generator, which in my case is &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;getzola.org&quot;&gt;Zola&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
