<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>tool &amp;mdash; Unattributed</title>
    <link>https://unattributed.cc/tag:tool</link>
    <description></description>
    <pubDate>Tue, 21 Jul 2026 23:13:00 +0000</pubDate>
    <image>
      <url>https://i.snap.as/QICTextK.png</url>
      <title>tool &amp;mdash; Unattributed</title>
      <link>https://unattributed.cc/tag:tool</link>
    </image>
    <item>
      <title>How I Write Blog Posts with Obsidian</title>
      <link>https://unattributed.cc/how-i-write-blog-posts-with-obsidian?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[You&#39;ve probably run into some Obsidian evangelist espousing some convoluted system of organizing all their notes, and building some knowledge base. Heck, I was just involved in a conversation about Personal Knowledge Management. This isn&#39;t that article.&#xA;&#xA;My personal use of Obsidian tends to be simple. I build into it the tools that I need to get things done, to make things easier. There is a saying (which I can&#39;t locate, so I&#39;ll paraphrase) that a system should only be as complicated as needed, and nothing more. The idea is there is no reason to build a Rube Goldberg machine when all you really need is a wrench. That&#39;s the approach I take: use a wrench to bolt on a few tools, and tighten things up where necessary.&#xA;&#xA;So, this article will walk through how I work with things now. This system has evolved a bit over the last few weeks, and is likely to evolve further. But the primary idea is, and will remain: keep it simple, but make it useful.&#xA;&#xA;Planning&#xA;&#xA;When I switched from WordPress to `write.as`, the biggest thing I “lost” was having a way to plan the articles that I wanted to work on. Obsidian recently added a feature called Bases that made it simple to set up a table containing all the articles for all three of my sites:&#xA;&#xA;View of the main planning table. View of the main planning table. Unpublished articles blurred—no spoilers! ;)&#xA;&#xA;The simplicity here is that the table quickly lets me see which articles I have published, which are in the planning / drafting stage, and the scheduled date for the articles. But, looking at a table this big could be tricky to navigate. Fortunately, I have a couple of alternate views available:&#xA;&#xA;The Plan / Draft view lets me see just the articles I am working on. &#xA;&#xA;The Plan / Draft view lets me see just the articles I am working on.&#xA;&#xA;And the Published view lets me see what I&#39;ve already posted.&#xA;&#xA;And the Published view lets me see what I&#39;ve already posted.&#xA;&#xA;There are two “genius” parts to this system. First, all this information is part of the article, it&#39;s not some extra information that I need to keep track of. Second, I can update the “Published”, “Scheduled” and “Status” fields from this list without having to open the specific post. How is this done?&#xA;&#xA;New Post Drafts&#xA;&#xA;Every time I have a new idea, I create a new document in the website&#39;s folder, and insert a template:&#xA;&#xA;Image of the template pick list Blog Template is for website posts, CMP Template is for my archived podcast posts.&#xA;&#xA;Once the Blog Template is inserted, the document shows up in the Planning table. After the template is inserted the document looks like this:&#xA;&#xA;Template inserted in document, with Properties for the Planning table circled. Template inserted in document, with Properties for the Planning table circled.&#xA;&#xA;You might notice there is both an Untitled field, and a Title field. Untitled is Obsidian&#39;s filename for the document, whereas Title is the actual article title. Why both? Obsidian places some restrictions on the names of documents. For example, the character `:` isn&#39;t allowed in an Obsidian filename, but there are times when I need it in an article title.&#xA;&#xA;From here, writing is dead simple…&#xA;&#xA;Writing In Obsidian&#xA;&#xA;Image: the full writing environment. The full writing environment, with a few highlighted items.&#xA;&#xA;Now it&#39;s just time to write. The majority of the screen is dedicated to the editing window where I can work on an article. If I have images (like this article) they can be drag-n-dropped into place. To the left is the Navigation panel, with my folders on the top half, and the files in the selected folder on the bottom. To the left of the editing window is the version control panel for the current article (I&#39;ll explain my choice in the next section).&#xA;&#xA;When I am done with the article I export it to an output directory. The export process converts any Obsidian specific markup (such as using wiki style links) to standard Markdown formatting, and places all the attachments (images) in a folder with the article. This makes it dead simple to upload to `write.as`.&#xA;&#xA;Obsidian Plugins&#xA;&#xA;I have a selection of Obsidian community plugins that I use for working in Obsidian as can be seen in this image:&#xA;&#xA;Image: screenshot of installed community plugins Image: screenshot of installed community plugins.&#xA;&#xA;The most important of these are Harper and LanguageTool, both of applications these plugins call are installed locally on my system as I have a slow internet connection, and prefer to have my tools running locally. markdown export is the export tool I use for blog posts. Notebook Navigator enhances Obsidian&#39;s built-in navigation panel a ton, I&#39;ve barely scratched the surface of what it can do. Outliner provides better list handling, allowing drag-n-drop of items, folding, and more. Typewriter Mode is really only used for one feature: highlighting the current line I am editing. (I have been doing this for 40+ years as it helps with my unique form of dyslexia.)&#xA;&#xA;Remotely Save is the tool I use for syncing my vaults between systems. Version Control is a simple built-in version control system. The advantage to using it over git or another external version control system is that the versions of my documents are synced with Remotely Save. This removes the need to synchronize a git repository separately from the vault.&#xA;&#xA;Zotero Integration allows me to search and insert bibliographic references when I need them. Alas, `write.as` doesn&#39;t support reference links, so I have to do it inline, instead of in end-note style.&#xA;&#xA;Safi Site Audit is a tool that is unique to this vault for me. It&#39;s used to check the health of my sites, and catch any major issues, like broken links, missing alt text, and so on. I don&#39;t run it often, but it&#39;s good to be able to check and generate a report once in a while.&#xA;&#xA;Conclusion&#xA;&#xA;Obsidian, between it&#39;s recently added Base feature and a handful of plugins makes for a great writing environment for me. The ability to track the status of the posts I am working on, have version control over the documents, and have some additional tools that allow me to customize the environment to my liking.&#xA;&#xA;I know there are a lot of evangelists of Obsidian out there, and their enthusiasm and overly complicated setups can make Obsidian seem unapproachable. Personally, I&#39;ve found that it is excellent if you tailor it to your specific needs. And that is what is most important, and makes me most productive with a tool: doing what I require in the way that I need.&#xA;&#xA;This wasn&#39;t too detailed in terms how I actually tweak things (like key bindings for certain tools). Hopefully it gives you some insight into my workflow. And maybe it will give you some ideas about how you can refine your workflow.&#xA;&#xA;---&#xA;Categories: #HowTo&#xA;Tags: #obsidian, #tool, #writing, #blogging, #configuration, #workflow&#xA;License: Copyright Unattributed. Licensed under Creative Commons BY-NC-SA 4.0.&#xA;&#xA;| | FediRing | |&#xD;&#xA;|:---|:---:|---:|&#xD;&#xA;| ◀️ Prev | Home | Next ▶️ |&#xD;&#xA;div class=&#34;buttons-container&#34;&#xD;&#xA;diva href=&#34;https://unattributed.cc/feed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed RSS Feed&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;RSS Feed/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://ennui-vagaries.cc&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Ennui Vagaries&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#eaefd3;color:#001c23;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Ennui Vagaries/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://cerebralmix.cc&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;CerebralMix Archive&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#507aab;color:#b5cbdd;border:1px solid #e5e7eb;border-radius:6px;font-family:Inter, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;    &#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;CerebralMix/spanspan style=&#34;font-size:16px;font-weight:700;&#34;Archive/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://hub.vocalcat.com/unattributed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed FediProfile&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#813d9c;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;FediProfile/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://gotosocial.social/@Unattributed&#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed GotoSocial&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#df8958;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;&#34;Unattributed/spanspan style=&#34;font-size:16px;font-weight:700;&#34;GotoSocial/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;diva href=&#34;https://ko-fi.com/R6R7AKKUR&#39; &#34; target=&#34;blank&#34; rel=&#34;noopener noreferrer&#34; title=&#34;Unattributed Ko-Fi&#34;&#xD;&#xA;&#x9;span style=&#34;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;&#34;&#xD;&#xA;&#x9;span style=&#34;display:flex;flex-direction:column;line-height:1;&#34;span style=&#34;font-size:12px;font-weight:500;letter-spacing:0.3px;&#34;Support Me/spanspan style=&#34;font-size:16px;font-weight:700;&#34; On Ko-Fi/span/span&#xD;&#xA;  /span&#xD;&#xA;/a/div&#xD;&#xA;/div&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>You&#39;ve probably run into some Obsidian evangelist espousing some convoluted system of organizing all their notes, and building some knowledge base. Heck, I was just involved in a conversation about <a href="https://unattributed.cc/note-taking-and-personal-knowledge-management" title="Personal Knowledge Management">Personal Knowledge Management</a>. This isn&#39;t that article.</p>

<p>My personal use of Obsidian tends to be simple. I build into it the tools that I need to get things done, to make things easier. There is a saying (which I can&#39;t locate, so I&#39;ll paraphrase) that a system should only be as complicated as needed, and nothing more. The idea is there is no reason to build a Rube Goldberg machine when all you really need is a wrench. That&#39;s the approach I take: use a wrench to bolt on a few tools, and tighten things up where necessary.</p>

<p>So, this article will walk through how I work with things now. This system has evolved a bit over the last few weeks, and is likely to evolve further. But the primary idea is, and will remain: keep it <em>simple</em>, but make it <em>useful.</em></p>

<h2 id="planning">Planning</h2>

<p>When I switched from WordPress to <code>write.as</code>, the biggest thing I “lost” was having a way to plan the articles that I wanted to work on. Obsidian recently added a feature called <strong>Bases</strong> that made it simple to set up a table containing all the articles for all three of my sites:</p>

<p><img src="https://i.snap.as/cetXhWXh.jpg" alt="View of the main planning table." title="View of the main planning table."/> View of the main planning table. Unpublished articles blurred—no spoilers! ;)</p>

<p>The simplicity here is that the table quickly lets me see which articles I have published, which are in the planning / drafting stage, and the scheduled date for the articles. But, looking at a table this big could be tricky to navigate. Fortunately, I have a couple of alternate views available:</p>

<p><img src="https://i.snap.as/95pR8Ajm.jpg" alt="The Plan / Draft view lets me see just the articles I am working on." title="The Plan / Draft view lets me see just the articles I am working on."/></p>

<p>The Plan / Draft view lets me see just the articles I am working on.</p>

<p><img src="https://i.snap.as/Vsx4RjkN.jpg" alt="And the Published view lets me see what I&#39;ve already posted." title="And the Published view lets me see what I&#39;ve already posted."/></p>

<p>And the Published view lets me see what I&#39;ve already posted.</p>

<p>There are two “genius” parts to this system. First, all this information is part of the article, it&#39;s not some extra information that I need to keep track of. Second, I can update the “Published”, “Scheduled” and “Status” fields from this list without having to open the specific post. How is this done?</p>

<h2 id="new-post-drafts">New Post Drafts</h2>

<p>Every time I have a new idea, I create a new document in the website&#39;s folder, and insert a template:</p>

<p><img src="https://i.snap.as/fn28U1bz.jpg" alt="Image of the template pick list" title="Image of the template pick list"/> <strong>Blog Template</strong> is for website posts, <strong>CMP Template</strong> is for my archived podcast posts.</p>

<p>Once the Blog Template is inserted, the document shows up in the <em>Planning</em> table. After the template is inserted the document looks like this:</p>

<p><img src="https://i.snap.as/EW7PegHJ.jpg" alt="Template inserted in document, with Properties for the *Planning* table circled." title="Image: Template inserted in document"/> Template inserted in document, with Properties for the <em>Planning</em> table circled.</p>

<p>You might notice there is both an <em>Untitled</em> field, and a <em>Title</em> field. <em>Untitled</em> is Obsidian&#39;s filename for the document, whereas <em>Title</em> is the actual article title. Why both? Obsidian places some restrictions on the names of documents. For example, the character <code>:</code> isn&#39;t allowed in an Obsidian filename, but there are times when I need it in an article title.</p>

<p>From here, writing is dead simple…</p>

<h2 id="writing-in-obsidian">Writing In Obsidian</h2>

<p><img src="https://i.snap.as/FzrVCXLt.jpg" alt="Image: the full writing environment." title="Image: the full writing environment."/> The full writing environment, with a few highlighted items.</p>

<p>Now it&#39;s just time to write. The majority of the screen is dedicated to the editing window where I can work on an article. If I have images (like this article) they can be drag-n-dropped into place. To the left is the Navigation panel, with my folders on the top half, and the files in the selected folder on the bottom. To the left of the editing window is the version control panel for the current article (I&#39;ll explain my choice in the next section).</p>

<p>When I am done with the article I export it to an output directory. The export process converts any Obsidian specific markup (such as using wiki style links) to standard Markdown formatting, and places all the attachments (images) in a folder with the article. This makes it dead simple to upload to <code>write.as</code>.</p>

<h2 id="obsidian-plugins">Obsidian Plugins</h2>

<p>I have a selection of Obsidian community plugins that I use for working in Obsidian as can be seen in this image:</p>

<p><img src="https://i.snap.as/2sWI0Ice.jpg" alt="Image: screenshot of installed community plugins" title="Image: screenshot of installed community plugins"/> Image: screenshot of installed community plugins.</p>

<p>The most important of these are <strong>Harper</strong> and <strong>LanguageTool</strong>, both of applications these plugins call are installed locally on my system as I have a slow internet connection, and prefer to have my tools running locally. <strong>markdown export</strong> is the export tool I use for blog posts. <strong>Notebook Navigator</strong> enhances Obsidian&#39;s built-in navigation panel a ton, I&#39;ve barely scratched the surface of what it can do. <strong>Outliner</strong> provides better list handling, allowing drag-n-drop of items, folding, and more. <strong>Typewriter Mode</strong> is really only used for one feature: highlighting the current line I am editing. (I have been doing this for 40+ years as it helps with my unique form of dyslexia.)</p>

<p><strong>Remotely Save</strong> is the tool I use for syncing my vaults between systems. <strong>Version Control</strong> is a simple built-in version control system. The advantage to using it over git or another external version control system is that the versions of my documents are synced with <strong>Remotely Save</strong>. This removes the need to synchronize a git repository separately from the vault.</p>

<p><strong>Zotero Integration</strong> allows me to search and insert bibliographic references when I need them. Alas, <code>write.as</code> doesn&#39;t support reference links, so I have to do it inline, instead of in end-note style.</p>

<p><strong>Safi Site Audit</strong> is a tool that is unique to this vault for me. It&#39;s used to check the health of my sites, and catch any major issues, like broken links, missing alt text, and so on. I don&#39;t run it often, but it&#39;s good to be able to check and generate a report once in a while.</p>

<h2 id="conclusion">Conclusion</h2>

<p>Obsidian, between it&#39;s recently added Base feature and a handful of plugins makes for a great writing environment for me. The ability to track the status of the posts I am working on, have version control over the documents, and have some additional tools that allow me to customize the environment to my liking.</p>

<p>I know there are a lot of evangelists of Obsidian out there, and their enthusiasm and overly complicated setups can make Obsidian seem unapproachable. Personally, I&#39;ve found that it is excellent if you tailor it to your specific needs. And that is what is most important, and makes me most productive with a tool: doing what I require in the way that I need.</p>

<p>This wasn&#39;t too detailed in terms how I actually tweak things (like key bindings for certain tools). Hopefully it gives you some insight into my workflow. And maybe it will give you some ideas about how you can refine your workflow.</p>

<hr/>

<p>Categories: <a href="https://unattributed.cc/tag:HowTo" class="hashtag"><span>#</span><span class="p-category">HowTo</span></a>
Tags: <a href="https://unattributed.cc/tag:obsidian" class="hashtag"><span>#</span><span class="p-category">obsidian</span></a>, <a href="https://unattributed.cc/tag:tool" class="hashtag"><span>#</span><span class="p-category">tool</span></a>, <a href="https://unattributed.cc/tag:writing" class="hashtag"><span>#</span><span class="p-category">writing</span></a>, <a href="https://unattributed.cc/tag:blogging" class="hashtag"><span>#</span><span class="p-category">blogging</span></a>, <a href="https://unattributed.cc/tag:configuration" class="hashtag"><span>#</span><span class="p-category">configuration</span></a>, <a href="https://unattributed.cc/tag:workflow" class="hashtag"><span>#</span><span class="p-category">workflow</span></a>
License: Copyright Unattributed. Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en">Creative Commons BY-NC-SA 4.0</a>.</p>

<table>
<thead>
<tr>
<th align="left"></th>
<th align="center">FediRing</th>
<th align="right"></th>
</tr>
</thead>

<tbody>
<tr>
<td align="left"><a href="https://fediring.net/previous?host=unattributed.cc">◀️ Prev</a></td>
<td align="center"><a href="https://fediring.net/">Home</a></td>
<td align="right"><a href="https://fediring.net/next?host=unattributed.cc">Next ▶️</a></td>
</tr>
</tbody>
</table>

<div class="buttons-container">
<div><a href="https://unattributed.cc/feed" target="_blank" title="Unattributed RSS Feed">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">RSS Feed</span></span>
  </span>
</a></div>
<div><a href="https://ennui-vagaries.cc" target="_blank" title="Ennui Vagaries">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#eaefd3;color:#001c23;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Ennui Vagaries</span></span>
  </span>
</a></div>
<div><a href="https://cerebralmix.cc" target="_blank" title="CerebralMix Archive">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#507aab;color:#b5cbdd;border:1px solid #e5e7eb;border-radius:6px;font-family:Inter, sans-serif;font-size:14px;text-decoration:none;">
        <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">CerebralMix</span><span style="font-size:16px;font-weight:700;">Archive</span></span>
  </span>
</a></div>
<div><a href="https://hub.vocalcat.com/unattributed" target="_blank" title="Unattributed FediProfile">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#813d9c;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">FediProfile</span></span>
  </span>
</a></div>
<div><a href="https://gotosocial.social/@Unattributed" target="_blank" title="Unattributed GotoSocial">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#df8958;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;">Unattributed</span><span style="font-size:16px;font-weight:700;">GotoSocial</span></span>
  </span>
</a></div>
<div><a href="https://ko-fi.com/R6R7AKKUR&#39;" target="_blank" title="Unattributed Ko-Fi">
    <span style="display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:#f36d20;color:#fff;border:1px solid #e5e7eb;border-radius:6px;font-family:Arial, sans-serif;font-size:14px;text-decoration:none;">
    <span style="display:flex;flex-direction:column;line-height:1;"><span style="font-size:12px;font-weight:500;letter-spacing:0.3px;">Support Me</span><span style="font-size:16px;font-weight:700;"> On Ko-Fi</span></span>
  </span>
</a></div>
</div>
]]></content:encoded>
      <guid>https://unattributed.cc/how-i-write-blog-posts-with-obsidian</guid>
      <pubDate>Tue, 21 Jul 2026 12:58:52 +0000</pubDate>
    </item>
  </channel>
</rss>