<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>hashtags &amp;mdash; yhancik</title>
    <link>https://yhancik.writeas.com/tag:hashtags</link>
    <description></description>
    <pubDate>Sun, 20 Sep 2026 15:13:35 +0000</pubDate>
    <item>
      <title>Taking notes on notetaking</title>
      <link>https://yhancik.writeas.com/taking-notes-on-notetaking?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[I&#39;ve been using CherryTree for a couple of years to keep some notes/references to myself. But I&#39;ve been considering switching to something based on Markdown, mostly because I want my notes to be readable even without the software at hand. (CherryTree stores its notes and attachments in a single XML file)&#xA;&#xA;After trying several open source desktop applications, I&#39;m settling for Zettlr (for now). &#xA;&#xA;Here are some things I like about it&#xA;&#xA;Notes are just Markdown files, and you can use folders to structure your notes however you want&#xA;Like Typora or Mark Text, it shows a more or less formatted Markdown code, in a single panel. It&#39;s purely a matter of personal taste, but I prefer this to the approach used in many Markdown-base tools to show raw code &amp; formatted preview side by side (it just feels very redundant to me)&#xA;You can link between notes with drag &amp; drop&#xA;Tags are just #hashtags in your documents&#xA;It supports Mermaid for generating flowcharts &amp; diagrams&#xA;It supports YAML frontmatter&#xA;It has a lot of features to implement a Zettelkasten, which is something I plan to try out&#xA;It does a good job as a Markdown editor&#xA;It has a small pomodoro timer in the toolbar :)&#xA;&#xA;Last time I tried, there were some annoying inconsistencies in linking to external resources (absolute/relative links).&#xA;&#xA;And as an Electron app, memory usage can get a little high sometimes (especially compared to a PyGTK app like CherryTree)&#xA;&#xA;Some notes on the other app I tried, for reference&#xA;&#xA;QOwnNotes&#xA;&#xA;Like Zettlr, it respects existing files hierarchies. In addition to .md files, it does use Sqlite for metadata (like notes tags).&#xA;&#xA;It has a lot of nice features&#xA;&#xA;A web clipper browser extension&#xA;User scripts&#xA;Git integration (with commits at regular intervals)&#xA;Customisable interface&#xA;A small popup to select existing notes when creating a new link&#xA;Tight connection with NextCloud/OwnCloud notes &amp; todos&#xA;&#xA;As mentioned above, I&#39;m not a huge fan of editors using 2 panels for Markdown, and this is one of them. &#xA;&#xA;VNote&#xA;&#xA;It also reflects existing directory structure. It adds a json file per folder with metadata, something that can be annoying in some cases (like editing an existing folder).&#xA;&#xA;Editing is done in a single panel that switches between Code or View mode. I might like that better than the redundancy of having 2 panels. But I still prefer the Zettlr approach.&#xA;&#xA;Its search is maybe slightly more advanced than most, but beside that, has nothing special in my opinion.&#xA;&#xA;MindForge&#xA;&#xA;Interestingly very idiosyncratic. I think it definitely reflects its author&#39;s own way of working, instead of following standardised UX approaches.&#xA;&#xA;I enjoy the vocabulary used: the File menu is &#34;Mind&#34;; you don&#39;t &#34;Save&#34;, but &#34;Remember&#34;; &#34;Settings&#34; are &#34;Adapt&#34;, etc. &#xA;&#xA;But beside that, it doesn&#39;t really work for me. I find the interface way too convoluted, with simple actions taking a lot of clicks.&#xA;&#xA;It has some interesting features, like suggesting related notes, and a concept of Importance/Urgency.&#xA;&#xA;While most apps create a new Markdown file for each not, MindForge gather all notes of a &#34;Notebook&#34; inside a single file, using Markdown headings and metadata in comment tags to separate the notes.&#xA;&#xA;Boostnote&#xA;&#xA;A very polished app that also has a web version (which, as you can imagine, comes with paid plans to expand storage).&#xA;&#xA;It has some coders-friendly features, like reusable snippets, and something similar to Gists - a note that can store a variable number of sources &#34;files&#34;.&#xA;&#xA;I&#39;m less a fan of the way notes are structured and stored. You can create different &#34;storages&#34;, but from there it&#39;s a flat list. While you write notes in Markdown, they are actually stored as CSON files, all in a single folder, with an ID as the filename.&#xA;&#xA;You can switch between a traditional 2-panels mode, or a single panel mode that switches automatically from &#34;Code&#34; to &#34;View&#34; when the focus is out of the text field.&#xA;&#xA;Joplin&#xA;&#xA;Joplin is pleasantly well designed.&#xA;&#xA;Some cool features are&#xA;&#xA;&#34;Todo&#34; notes : notes with little checkbox next to their name in the notes list&#xA;Built-in support for file synchronisation (including Webdav and local folder)&#xA;E2E encryption&#xA;A web clipper browser extension&#xA;&#xA;Sadly, 2 panels again, although it has an &#34;experimental&#34; WYSIWYG mode. &#xA;&#xA;While it uses the Markdown syntax, your notes are actually all stored in a Sqlite database. So not what I was looking for.&#xA;&#xA;But also&#xA;&#xA;I also briefly tried Simplenote, Notable and PileMd, but for some reasons I forgot, it wasn&#39;t suiting me.&#xA;&#xA;While writing this, I also found back Standard Notes from my bookmarks. Leaving this here for whoever is interested, but I&#39;ll stick to my Zettlr plan for now ;)]]&gt;</description>
      <content:encoded><![CDATA[<p>I&#39;ve been using <a href="https://www.giuspen.com/cherrytree/" rel="nofollow">CherryTree</a> for a couple of years to keep some notes/references to myself. But I&#39;ve been considering switching to something based on Markdown, mostly because I want my notes to be readable even without the software at hand. (CherryTree stores its notes and attachments in a single XML file)</p>

<p>After trying several open source desktop applications, I&#39;m settling for <a href="https://www.zettlr.com/" rel="nofollow">Zettlr</a> (for now).</p>

<p>Here are some things I like about it</p>
<ul><li>Notes are just Markdown files, and you can use folders to structure your notes however you want</li>
<li>Like Typora or Mark Text, it shows a more or less formatted Markdown code, in a single panel. It&#39;s purely a matter of personal taste, but I prefer this to the approach used in many Markdown-base tools to show raw code &amp; formatted preview side by side (it just feels very redundant to me)</li>
<li>You can link between notes with drag &amp; drop</li>
<li>Tags are just <a href="https://yhancik.writeas.com/tag:hashtags" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">hashtags</span></a> in your documents</li>
<li>It supports <a href="https://mermaid-js.github.io/mermaid/#/" rel="nofollow">Mermaid</a> for generating flowcharts &amp; diagrams</li>
<li>It supports YAML frontmatter</li>
<li>It has a lot of features to implement a <a href="https://writingcooperative.com/zettelkasten-how-one-german-scholar-was-so-freakishly-productive-997e4e0ca125" rel="nofollow">Zettelkasten</a>, which is something I plan to try out</li>
<li>It does a good job as a Markdown editor</li>
<li>It has a small <a href="https://en.wikipedia.org/wiki/Pomodoro_Technique" rel="nofollow">pomodoro</a> timer in the toolbar :)</li></ul>

<p>Last time I tried, there were some annoying inconsistencies in linking to external resources (absolute/relative links).</p>

<p>And as an Electron app, memory usage can get a little high sometimes (especially compared to a PyGTK app like CherryTree)</p>

<p>Some notes on the other app I tried, for reference</p>

<h2 id="qownnotes-https-www-qownnotes-org"><a href="https://www.qownnotes.org/" rel="nofollow">QOwnNotes</a></h2>

<p>Like Zettlr, it respects existing files hierarchies. In addition to .md files, it does use Sqlite for metadata (like notes tags).</p>

<p>It has a lot of nice features</p>
<ul><li>A web clipper browser extension</li>
<li>User scripts</li>
<li>Git integration (with commits at regular intervals)</li>
<li>Customisable interface</li>
<li>A small popup to select existing notes when creating a new link</li>
<li>Tight connection with NextCloud/OwnCloud notes &amp; todos</li></ul>

<p>As mentioned above, I&#39;m not a huge fan of editors using 2 panels for Markdown, and this is one of them.</p>

<h2 id="vnote-https-tamlok-github-io-vnote"><a href="https://tamlok.github.io/vnote/" rel="nofollow">VNote</a></h2>

<p>It also reflects existing directory structure. It adds a json file per folder with metadata, something that can be annoying in some cases (like editing an existing folder).</p>

<p>Editing is done in a single panel that switches between Code or View mode. I might like that better than the redundancy of having 2 panels. But I still prefer the Zettlr approach.</p>

<p>Its search is maybe slightly more advanced than most, but beside that, has nothing special in my opinion.</p>

<h2 id="mindforge-https-www-mindforger-com"><a href="https://www.mindforger.com/" rel="nofollow">MindForge</a></h2>

<p>Interestingly very idiosyncratic. I think it definitely reflects its author&#39;s own way of working, instead of following standardised UX approaches.</p>

<p>I enjoy the vocabulary used: the File menu is “Mind”; you don&#39;t “Save”, but “Remember”; “Settings” are “Adapt”, etc.</p>

<p>But beside that, it doesn&#39;t really work for me. I find the interface way too convoluted, with simple actions taking a lot of clicks.</p>

<p>It has some interesting features, like suggesting related notes, and a concept of Importance/Urgency.</p>

<p>While most apps create a new Markdown file for each not, MindForge gather all notes of a “Notebook” inside a single file, using Markdown headings and metadata in comment tags to separate the notes.</p>

<h2 id="boostnote-https-boostnote-io"><a href="https://boostnote.io/" rel="nofollow">Boostnote</a></h2>

<p>A very polished app that also has a web version (which, as you can imagine, comes with paid plans to expand storage).</p>

<p>It has some coders-friendly features, like reusable snippets, and something similar to Gists – a note that can store a variable number of sources “files”.</p>

<p>I&#39;m less a fan of the way notes are structured and stored. You can create different “storages”, but from there it&#39;s a flat list. While you write notes in Markdown, they are actually stored as <a href="https://github.com/bevry/cson" rel="nofollow">CSON</a> files, all in a single folder, with an ID as the filename.</p>

<p>You can switch between a traditional 2-panels mode, or a single panel mode that switches automatically from “Code” to “View” when the focus is out of the text field.</p>

<h2 id="joplin-https-joplinapp-org"><a href="https://joplinapp.org/" rel="nofollow">Joplin</a></h2>

<p>Joplin is pleasantly well designed.</p>

<p>Some cool features are</p>
<ul><li>“Todo” notes : notes with little checkbox next to their name in the notes list</li>
<li>Built-in support for file synchronisation (including Webdav and local folder)</li>
<li>E2E encryption</li>
<li>A web clipper browser extension</li></ul>

<p>Sadly, 2 panels again, although it has an “experimental” WYSIWYG mode.</p>

<p>While it uses the Markdown syntax, your notes are actually all stored in a Sqlite database. So not what I was looking for.</p>

<h2 id="but-also">But also</h2>

<p>I also briefly tried <a href="https://simplenote.com/" rel="nofollow">Simplenote</a>, <a href="https://notable.md/" rel="nofollow">Notable</a> and <a href="https://pilemd.com/" rel="nofollow">PileMd</a>, but for some reasons I forgot, it wasn&#39;t suiting me.</p>

<p>While writing this, I also found back <a href="https://standardnotes.org/" rel="nofollow">Standard Notes</a> from my bookmarks. Leaving this here for whoever is interested, but I&#39;ll stick to my Zettlr plan for now ;)</p>
]]></content:encoded>
      <guid>https://yhancik.writeas.com/taking-notes-on-notetaking</guid>
      <pubDate>Fri, 17 Jul 2020 19:37:51 +0000</pubDate>
    </item>
  </channel>
</rss>