<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>knowledgemanagement &amp;mdash; drsh0&#39;s llog</title>
    <link>https://drsh0.writeas.com/tag:knowledgemanagement</link>
    <description>my learning log; notes on cybersec activities, ctfs, and ill-equipped cyber adventures. Consume responsibly.</description>
    <pubDate>Sun, 26 Apr 2026 18:10:49 +0000</pubDate>
    <image>
      <url>https://i.snap.as/v7Oo2ci6.png</url>
      <title>knowledgemanagement &amp;mdash; drsh0&#39;s llog</title>
      <link>https://drsh0.writeas.com/tag:knowledgemanagement</link>
    </image>
    <item>
      <title>Tools I use: Joplin 📔</title>
      <link>https://drsh0.writeas.com/tools-i-use-joplin?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[In 2021, there are a lot of great tools, both online and offline, that are available for technical note taking and knowledge management. In this post I will describe how I use Joplin to meet both my note and wiki needs.&#xA;&#xA;#notes #notetaking #wiki #knowledgemanagement&#xA;&#xA;!--more--&#xA;&#xA;Tools I use: Joplin&#xA;&#x9;Requirements&#xA;&#x9;Joplin Workflow&#xA;&#x9;&#x9;Sync/Backup&#xA;&#x9;&#x9;Shortcomings&#xA;&#xA;Requirements&#xA;&#xA;Some of my personal requirements in a note taking application.&#xA;&#xA;offline first&#xA;markdown support&#xA;export to pdf, html&#xA;ability to sync to a variety of sources&#xA;package available on GNU/Linux&#xA;low resistance note taking&#xA;folder, subfolder, tagging organisation paradigm&#xA;some cross platform support&#xA;&#xA;Joplin Workflow&#xA;&#xA;The main layout for this application is divided into:&#xA;&#xA;notebooks (and subnotebooks)&#xA;individual notes (notes or todo format)&#xA;the editor, and the preview pane&#xA;&#xA;That&#39;s pretty much it! It lets me focus and get to creating notes, categories, and tags quickly and without any resistance. What do I mean by resistance? Well, not having to do this in a browser is a plus. Also not having to share markdown authoring with with my IDE is also a bonus.&#xA;&#xA;Some examples of my notebooks:&#xA;&#xA;programming&#xA;cybersecurity&#xA;blog&#xA;ideas&#xA;scratchpad&#xA;&#xA;Sync/Backup&#xA;I sync my joplin files via rsync to my NAS on my local network regularly.&#xA;Joplin also supports S3 sync. I plan to set up cloud-based sync to Backblaze B2 as a secondary storage for my notes as well. The cost for this should be a few cents a month to store. B2 has server-side encryption similar to S3. &#xA;&#x9;Stay tuned for a tutorial on this!&#xA;&#xA;Shortcomings&#xA;&#xA;No git support - since Joplin uses a sqlite database, it is not able to sync with git. Hopefully that can be added in the future! &#xA;Open source, community developed - whilst overall this is a positive, it also means there are some limitations on how and when new things get implemented. &#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>In 2021, there are a lot of great tools, both online and offline, that are available for technical note taking and knowledge management. In this post I will describe how I use <a href="https://joplinapp.org/" rel="nofollow">Joplin</a> to meet both my note and wiki needs.</p>

<p><a href="https://drsh0.writeas.com/tag:notes" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">notes</span></a> <a href="https://drsh0.writeas.com/tag:notetaking" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">notetaking</span></a> <a href="https://drsh0.writeas.com/tag:wiki" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">wiki</span></a> <a href="https://drsh0.writeas.com/tag:knowledgemanagement" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">knowledgemanagement</span></a></p>


<ul><li><a href="#tools-i-use-joplin" rel="nofollow">Tools I use: Joplin</a>
<ul><li><a href="#requirements" rel="nofollow">Requirements</a></li>
<li><a href="#joplin-workflow" rel="nofollow">Joplin Workflow</a>
<ul><li><a href="#syncbackup" rel="nofollow">Sync/Backup</a></li>
<li><a href="#shortcomings" rel="nofollow">Shortcomings</a></li></ul></li></ul></li></ul>

<h2 id="requirements" id="requirements">Requirements</h2>

<p>Some of my personal requirements in a note taking application.</p>
<ul><li>offline first</li>
<li>markdown support</li>
<li>export to pdf, html</li>
<li>ability to sync to a variety of sources</li>
<li>package available on GNU/Linux</li>
<li>low resistance note taking</li>
<li>folder, subfolder, tagging organisation paradigm</li>
<li>some cross platform support</li></ul>

<h2 id="joplin-workflow" id="joplin-workflow">Joplin Workflow</h2>

<p>The main layout for this application is divided into:</p>
<ul><li>notebooks (and subnotebooks)</li>
<li>individual notes (notes or todo format)</li>
<li>the editor, and the preview pane</li></ul>

<p>That&#39;s pretty much it! It lets me focus and get to creating notes, categories, and tags quickly and without any resistance. What do I mean by resistance? Well, not having to do this in a browser is a plus. Also not having to share markdown authoring with with my IDE is also a bonus.</p>

<p>Some examples of my notebooks:</p>
<ul><li>programming</li>
<li>cybersecurity</li>
<li>blog</li>
<li>ideas</li>
<li>scratchpad</li></ul>

<h3 id="sync-backup" id="sync-backup">Sync/Backup</h3>
<ul><li>I sync my joplin files via <code>rsync</code> to my NAS on my local network regularly.</li>
<li>Joplin also supports S3 sync. I plan to set up cloud-based sync to <a href="https://www.backblaze.com/b2/cloud-storage.html" rel="nofollow">Backblaze B2</a> as a secondary storage for my notes as well. The cost for this should be a few cents a month to store. B2 has server-side encryption similar to S3.
<ul><li><em>Stay tuned for a tutorial on this!</em></li></ul></li></ul>

<h3 id="shortcomings" id="shortcomings">Shortcomings</h3>
<ul><li>No git support – since Joplin uses a sqlite database, it is not able to sync with git. Hopefully that can be added in the future!</li>
<li>Open source, community developed – whilst overall this is a positive, it also means there are some limitations on how and when new things get implemented.</li></ul>
]]></content:encoded>
      <guid>https://drsh0.writeas.com/tools-i-use-joplin</guid>
      <pubDate>Sat, 08 May 2021 12:32:23 +0000</pubDate>
    </item>
  </channel>
</rss>