<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>passthejoe by Steven Rosenberg - Folio</title>
    <subtitle>A blog created in Zola</subtitle>
    <link rel="self" type="application/atom+xml" href="https://tilde.club/~passthejoe/zola/tags/folio/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://tilde.club/~passthejoe/zola"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-04-30T00:00:00+00:00</updated>
    <id>https://tilde.club/~passthejoe/zola/tags/folio/atom.xml</id>
    <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>
    <entry xml:lang="en">
        <title>Folio is a pretty basic notetaking app</title>
        <published>2026-04-08T00:00:00+00:00</published>
        <updated>2026-04-08T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Steven Rosenberg
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://tilde.club/~passthejoe/zola/blog/folio-is-pretty-basic/"/>
        <id>https://tilde.club/~passthejoe/zola/blog/folio-is-pretty-basic/</id>
        
        <content type="html" xml:base="https://tilde.club/~passthejoe/zola/blog/folio-is-pretty-basic/">&lt;p&gt;A lot of notetaking apps are pretty basic. They don&#x27;t have extensive menus, and a lot of formatting options are in the toolbar.&lt;&#x2F;p&gt;
&lt;p&gt;&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; &lt;em&gt;is&lt;&#x2F;em&gt; kind of basic, but it does two things that other basic notetaking apps don&#x27;t do: Notes can have custom names and can be exported as Markdown files.&lt;&#x2F;p&gt;
&lt;p&gt;The custom names are nice. But in Folio they aren&#x27;t critical because you still have to type in a file name when exporting your &lt;code&gt;.md&lt;&#x2F;code&gt; file. And if you do change a note name, there is a short yet annoying lag between the change and it appearing in the list of notes to the left.&lt;&#x2F;p&gt;
&lt;p&gt;The ability to export a file is critical for my main use case, which is writing Markdown posts with TOML front matter for static site generators such as Zola and Hugo.&lt;&#x2F;p&gt;
&lt;p&gt;Two of the things that pretty much all notetaking apps have in common are:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;The ability to work on multiple notes at the same time and easily switch between them&lt;&#x2F;li&gt;
&lt;li&gt;Auto saving of notes&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;These two features are why I&#x27;m looking at notetaking apps as possible replacements for traditional text editors for the writing of blog posts. I want to streamline the writing process in terms of the &lt;em&gt;computing mechanics&lt;&#x2F;em&gt;. Are notetaking apps &lt;em&gt;actually helpful&lt;&#x2F;em&gt; in this task? I&#x27;m not sure yet.&lt;&#x2F;p&gt;
&lt;p&gt;That &lt;em&gt;slightly existential&lt;&#x2F;em&gt; question aside, Folio does these two core features as well as any app. But one thing Folio does better than most apps I&#x27;ve tried is the writing and display of Markdown. You could say that Folio is as much a Markdown editor as it is a notetaking app.&lt;&#x2F;p&gt;
&lt;p&gt;Folio, which I installed as a Flatpak on my Bluefin Linux system, somehow became the system&#x27;s default app for handling Markdown files. That&#x27;s probably not an accident — or not much of one, anyway.&lt;&#x2F;p&gt;
&lt;p&gt;Most of the basic Markdown formatting — headings, bold, italic, strikethrough, links and code blocks — can be accessed from the toolbar at the bottom of the app.&lt;&#x2F;p&gt;
&lt;p&gt;For those who care about such things (including me), Folio is a native desktop app written in &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;vala.dev&#x2F;&quot;&gt;the Vala programming language&lt;&#x2F;a&gt;, which is a common (or at least encouraged) language that is object-oriented yet generages C code and uses the GObject type system. It is meant to be a close fit with the GNOME desktop environment.&lt;&#x2F;p&gt;
&lt;p&gt;Recommended install methods for Folio are &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;flathub.org&#x2F;en&#x2F;apps&#x2F;com.toolstack.Folio&quot;&gt;Flatpak&lt;&#x2F;a&gt;, &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;snapcraft.io&#x2F;folio&quot;&gt;Snap&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&#x2F;releases&quot;&gt;AppImage&lt;&#x2F;a&gt;. And it&#x27;s a true open-source app under the GPL 3 license.&lt;&#x2F;p&gt;
&lt;p&gt;One thing I like in a notetaking app, very much aside from how well it allows me to write blog posts, is the ability to add a checkbox function to to-do lists. This is my second requirement in a notes app, and I&#x27;m willing to use two apps, one for blogging and another for to-do lists.&lt;&#x2F;p&gt;
&lt;p&gt;Folio doesn&#x27;t do the checkboxes, even with the usual Markdown, which I believe is:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;code&gt;- [ ]&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;p&gt;It renders Markdown so well that I&#x27;m surprised this isn&#x27;t a feature. There&#x27;s &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;toolstack&#x2F;Folio&#x2F;issues&#x2F;70&quot;&gt;an issue for it in GitHub&lt;&#x2F;a&gt;, but it hasn&#x27;t been added to the app.&lt;&#x2F;p&gt;
&lt;p&gt;And one bug keeps coming up. When switching between notes, often one will display with only one line in it, even though it&#x27;s longer. Continuing to toggle between the notes resolves the issue. It&#x27;s a bit unsettling. I don&#x27;t want to lose any work, though it hasn&#x27;t come to that yet. I haven&#x27;t quite figured out the pattern, which would help me avoid it.&lt;&#x2F;p&gt;
&lt;p&gt;I&#x27;ll have to check out the GitHub issues to see if anybody else has noticed.&lt;&#x2F;p&gt;
&lt;p&gt;It could be &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;toolstack&#x2F;Folio&#x2F;issues&#x2F;300&quot;&gt;https:&#x2F;&#x2F;github.com&#x2F;toolstack&#x2F;Folio&#x2F;issues&#x2F;300&lt;&#x2F;a&gt;, but it&#x27;s more likely &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;toolstack&#x2F;Folio&#x2F;issues&#x2F;293&quot;&gt;https:&#x2F;&#x2F;github.com&#x2F;toolstack&#x2F;Folio&#x2F;issues&#x2F;293&lt;&#x2F;a&gt;, and the project hasn&#x27;t cut a release since before it was fixed.&lt;&#x2F;p&gt;
&lt;p&gt;Why hasn&#x27;t there been a release in almost a year? I don&#x27;t know.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Another thing:&lt;&#x2F;strong&gt; One way Folio doesn&#x27;t do as good of a job as QOwnNotes at exporting Markdown files for blogging in my situation is that while QOwnNotes uses the note&#x27;s name as the exported file&#x27;s name, Folio leaves the file name blank, and you have to fill it in. It&#x27;s &lt;em&gt;quite an extra step&lt;&#x2F;em&gt;.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>How good is the Folio notetaking app?</title>
        <published>2026-04-07T00:00:00+00:00</published>
        <updated>2026-04-07T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Steven Rosenberg
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://tilde.club/~passthejoe/zola/blog/how-good-is-folio/"/>
        <id>https://tilde.club/~passthejoe/zola/blog/how-good-is-folio/</id>
        
        <content type="html" xml:base="https://tilde.club/~passthejoe/zola/blog/how-good-is-folio/">&lt;p&gt;&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; is all about Markdown files, yet it&#x27;s a pretty simple notetaking app.&lt;&#x2F;p&gt;
&lt;p&gt;Will it work for writing Zola and Hugo blog posts?&lt;&#x2F;p&gt;
&lt;p&gt;You can name a file anything you want, and you choose an additional filename upon export to .md. (Don&#x27;t give it an .md suffix, or you&#x27;ll get &lt;code&gt;.md.md&lt;&#x2F;code&gt;). I prefer the notetaking app to automatically assume that I want the note&#x27;s name as the exported file&#x27;s name while also allowing me to change it, but at least Folio remembers the file name I have chosen if I export the file multiple times, which I do with almost every post I write to either extend it or (much more often) fix errors.&lt;&#x2F;p&gt;
&lt;p&gt;The Markdown rendering is nice. Not all notetaking apps that support Markdown can render it in the app, and render it well. I like a toggle between raw text and rendered Markdown, but it&#x27;s not a &lt;em&gt;must&lt;&#x2F;em&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;A couple of weird things in Folio that are not deal-breakers are that I can set an internal or external link, but I can&#x27;t seem to click that link and be taken to its source. It should be something like &lt;code&gt;shift-click&lt;&#x2F;code&gt;, but I can&#x27;t figure out what works. And if you have a Markdown-coded word at the end of a sentence followed by a period, it&#x27;s hard to then position your cursor after that period to do an edit. You have to go to the next line and backspace to the real end of the sentence.&lt;&#x2F;p&gt;
&lt;p&gt;Also, I did have an issue where one of my notes kept slightly disappearing. It could have had something to do with two notes beginning with similar names (2026-0403). I renamed one 2026-0402, but this is an issue that I&#x27;ll need to watch out for and also try to replicate.&lt;&#x2F;p&gt;
&lt;p&gt;And just now my front-matter note seemed to be empty after I copy-pasted its contents into this note. I went to my text file in the GNOME Text Editor and copy-pasted it back into the note. Can I rely on Folio &lt;em&gt;not to eat my notes&lt;&#x2F;em&gt;? I&#x27;m not sure just yet.&lt;&#x2F;p&gt;
&lt;p&gt;Folio is very comfortable as a Markdown editor. You don&#x27;t have to switch modes between Markdown source and rendered Markdown. The markup always renders, and if you want to see the source of an element, clicking on it will show the unrendered markup.&lt;&#x2F;p&gt;
&lt;p&gt;For the purposes of getting my Zola front matter into new blog posts, I have that code in Folio as its own note. I wish there was a way to &lt;em&gt;save as&lt;&#x2F;em&gt; or paste it as a macro. Folio is simple and has neither of those features. So I&#x27;ll have to open that note and copy&#x2F;paste its contents into a new one.&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Another Zola post created with the Folio notetaking app</title>
        <published>2026-04-03T00:00:00+00:00</published>
        <updated>2026-04-03T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Steven Rosenberg
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://tilde.club/~passthejoe/zola/blog/another-zola-post-created-with-folio/"/>
        <id>https://tilde.club/~passthejoe/zola/blog/another-zola-post-created-with-folio/</id>
        
        <content type="html" xml:base="https://tilde.club/~passthejoe/zola/blog/another-zola-post-created-with-folio/">&lt;p&gt;While trying to export this post, I had a bit of an issue with the note, but restarting &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; brought it back. Losing notes or edits is always worrying, and until I know how it happened, and it doesn&#x27;t repeat, I&#x27;ll be wary of Folio.&lt;&#x2F;p&gt;
&lt;p&gt;There&#x27;s still some kind of bug happening. Could it be because both notes have names in Folio that begin with &lt;code&gt;2026-0403&lt;&#x2F;code&gt;?&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>A Zola post created in the Folio notetaking app</title>
        <published>2026-04-02T00:00:00+00:00</published>
        <updated>2026-04-02T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              Steven Rosenberg
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://tilde.club/~passthejoe/zola/blog/zola-and-folio/"/>
        <id>https://tilde.club/~passthejoe/zola/blog/zola-and-folio/</id>
        
        <content type="html" xml:base="https://tilde.club/~passthejoe/zola/blog/zola-and-folio/">&lt;p&gt;Can &lt;a rel=&quot;noopener&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;github.com&#x2F;toolstack&#x2F;Folio&quot;&gt;the Folio notetaking app&lt;&#x2F;a&gt; help me create blog posts for Zola?&lt;&#x2F;p&gt;
&lt;p&gt;So far the files look clean. They exist as Unix files, with the default location being &lt;code&gt;~.var&#x2F;app&#x2F;com.toolstack.Folio&#x2F;data&lt;&#x2F;code&gt; for the Folio Flatpak. And the working directory can be moved out of the Flatpak area and into other parts of the home directory, which is good because I don&#x27;t always back up the Flatpak data under &lt;code&gt;.var&lt;&#x2F;code&gt;. So far, so good.&lt;&#x2F;p&gt;
&lt;p&gt;You can set a name for a note in Folio and when exporting to the file system. When exporting to your blog&#x27;s &lt;code&gt;&#x2F;content&lt;&#x2F;code&gt; directory, don&#x27;t add the &lt;code&gt;.md&lt;&#x2F;code&gt;, or you&#x27;ll get &lt;code&gt;.md.md&lt;&#x2F;code&gt; in the exported file&#x27;s name.&lt;&#x2F;p&gt;
&lt;p&gt;Even though files seem to save themselves, there is a config setting to automatically save files every 30 seconds. I set that. One thing I don&#x27;t want to do is have to remember to save a file.&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
