<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Keagan Van Rooyen</title>
    <description>The latest articles on Forem by Keagan Van Rooyen (@kvanrooyen).</description>
    <link>https://forem.com/kvanrooyen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F423942%2Fe3ac458b-8fb8-4da0-81ee-d6127561f4de.jpeg</url>
      <title>Forem: Keagan Van Rooyen</title>
      <link>https://forem.com/kvanrooyen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/kvanrooyen"/>
    <language>en</language>
    <item>
      <title>How do you make notes?</title>
      <dc:creator>Keagan Van Rooyen</dc:creator>
      <pubDate>Tue, 14 Jul 2020 20:25:29 +0000</pubDate>
      <link>https://forem.com/kvanrooyen/how-do-you-make-notes-3444</link>
      <guid>https://forem.com/kvanrooyen/how-do-you-make-notes-3444</guid>
      <description>&lt;p&gt;I recently wrote a post titled &lt;a href="https://dev.to/kvanrooyen/why-i-use-markdown-to-take-notes-5fpl"&gt;"Why I use Markdown to take notes"&lt;/a&gt;, the tl;dr is: I started using Markdown for meeting notes, and the benefits for me. Now I come to you with the question, how do you take notes?&lt;/p&gt;

&lt;p&gt;Let me give you an example: You are working as normal, and then someone says something important to you. This is something you either need to complete or make note of for the future.&lt;br&gt;
How would you take note of that? For me, I have post-it notes, and I will write the note on them. I then stick it on my desk in front of me. I have also tried using a To-Do application, like &lt;a href="https://todo.microsoft.com/tasks/"&gt;Microsoft To Do&lt;/a&gt;.&lt;br&gt;
I guess I am trying to find a happy medium between the two 🤷‍♂️&lt;/p&gt;

&lt;h1&gt;
  
  
  Found a typo?
&lt;/h1&gt;

&lt;p&gt;If you've found a typo, a sentence that could be improved or anything else that should be updated on this blog post, you can access it through a git repository and make a pull request. Instead of posting a comment, please go directly to &lt;a href="https://github.com/Kvanrooyen/dev.to"&gt;github.com/Kvanrooyen/dev.to&lt;/a&gt; and open a new pull request with your changes.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>How do you explain your excitment, when you fix that bug?</title>
      <dc:creator>Keagan Van Rooyen</dc:creator>
      <pubDate>Sat, 11 Jul 2020 17:49:34 +0000</pubDate>
      <link>https://forem.com/kvanrooyen/how-do-you-explain-your-excitment-when-you-fix-that-bug-2i8n</link>
      <guid>https://forem.com/kvanrooyen/how-do-you-explain-your-excitment-when-you-fix-that-bug-2i8n</guid>
      <description>&lt;p&gt;I hope the title makes sense because this is something I have been thinking about for a little while now. You know that feeling when you finally get that bug, and it turned out to be something relatively simple. You've spent hours Googling, and browsing Stack Overflow, and then when you finally get it fixed, that feeling. How do you explain that to someone who isn't a developer or even someone who doesn't know much about IT? If I had to try and explain that to my grandparents or even my parents, they would probably look at me like I'm crazy 😂&lt;/p&gt;

&lt;h1&gt;
  
  
  Found a typo?
&lt;/h1&gt;

&lt;p&gt;If you've found a typo, a sentence that could be improved or anything else that should be updated on this blog post, you can access it through a git repository and make a pull request. Instead of posting a comment, please go directly to &lt;a href="https://github.com/Kvanrooyen/dev.to"&gt;github.com/Kvanrooyen/dev.to&lt;/a&gt; and open a new pull request with your changes.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Why I use Markdown to take notes</title>
      <dc:creator>Keagan Van Rooyen</dc:creator>
      <pubDate>Fri, 10 Jul 2020 00:28:12 +0000</pubDate>
      <link>https://forem.com/kvanrooyen/why-i-use-markdown-to-take-notes-5fpl</link>
      <guid>https://forem.com/kvanrooyen/why-i-use-markdown-to-take-notes-5fpl</guid>
      <description>&lt;p&gt;This is my first article, so please go gentle on me 😁 but I wanted to talk about why I started using Markdown to take notes.&lt;/p&gt;

&lt;h1&gt;
  
  
  Why Markdown
&lt;/h1&gt;

&lt;p&gt;Before I started using Markdown, I used &lt;a href="https://www.microsoft.com/en-ie/microsoft-365/onenote/digital-note-taking-app?rtc=1"&gt;OneNote&lt;/a&gt; to take my notes. Why wouldn't I, it was cross-platform, it synced my notes across devices, and it was familiar. I started using it to take notes in my meetings, and it worked ok. I could take the notes, and then I could send them as a message later in our group chat. My issue came in the form of me spending too much time worrying about the formatting and then after the meeting, I would need to format the notes again. When I send the messages on our group chat, I can use a small amount of Markdown.&lt;/p&gt;

&lt;p&gt;After using OneNote for about a week of taking notes, I decided that I would try using Markdown. I had some experience with Markdown from GitHub, so I felt comfortable taking notes with it. Markdown seemed like it would help solve my "issues" since I could quickly format the notes (Mainly bolding important things), and focus on taking better notes.&lt;/p&gt;

&lt;h1&gt;
  
  
  Choosing and editor
&lt;/h1&gt;

&lt;p&gt;When it came to choosing a Markdown editor, I had 2 main requirements:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open Source&lt;/li&gt;
&lt;li&gt;Simple and distraction-free design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I came across some great looking editors, most of which I can't remember now. Eventually, I decided on using &lt;a href="https://github.com/marktext/marktext"&gt;Mark Text&lt;/a&gt;, it was almost perfect out the box. I only changed a couple of small things before I started using it. I changed the default theme, the font size and have it open a specific folder on launch.&lt;/p&gt;

&lt;h1&gt;
  
  
  Final Setup
&lt;/h1&gt;

&lt;p&gt;I have now been using Mark Text and Markdown to take notes, for almost 3 months. So far the experience has been incredibly smooth. I have a folder saved in the cloud, which contains all my notes, this folder is also stored locally on my device. This way if I get a new device or need to use another device, all I need to do is install Mark Text and point to the folder with my notes.&lt;/p&gt;

&lt;p&gt;I have saved myself a decent amount of time, by switching to Markdown. I know longer need to spend as much time post-meeting, making sure the notes look good and are easy to read/understand. My typing speed seems to have improved as well, so that's always good. 😃&lt;/p&gt;

&lt;h1&gt;
  
  
  Found a typo?
&lt;/h1&gt;

&lt;p&gt;If you've found a typo, a sentence that could be improved or anything else that should be updated on this blog post, you can access it through a git repository and make a pull request. Instead of posting a comment, please go directly to &lt;a href="https://github.com/Kvanrooyen/dev.to"&gt;github.com/Kvanrooyen/dev.to&lt;/a&gt; and open a new pull request with your changes.&lt;/p&gt;

</description>
      <category>firstpost</category>
      <category>markdown</category>
      <category>devto</category>
      <category>blogpost</category>
    </item>
  </channel>
</rss>
