<?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>DEV Community: Jakub Mikita</title>
    <description>The latest articles on DEV Community by Jakub Mikita (@jakubmikita).</description>
    <link>https://dev.to/jakubmikita</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%2F328369%2F9ab554c4-7a05-4912-bfa3-d5abd229b017.jpg</url>
      <title>DEV Community: Jakub Mikita</title>
      <link>https://dev.to/jakubmikita</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jakubmikita"/>
    <language>en</language>
    <item>
      <title>The most convenient markdown editor opened in a new browser tab</title>
      <dc:creator>Jakub Mikita</dc:creator>
      <pubDate>Fri, 02 Dec 2022 13:52:24 +0000</pubDate>
      <link>https://dev.to/jakubmikita/the-most-convenient-markdown-editor-opened-in-a-new-browser-tab-35fb</link>
      <guid>https://dev.to/jakubmikita/the-most-convenient-markdown-editor-opened-in-a-new-browser-tab-35fb</guid>
      <description>&lt;p&gt;If you're like myself, who prefers to type on a keyboard rather than writing on paper, you probably know that having &lt;strong&gt;another&lt;/strong&gt; opened app is a hassle. Either you need to keep the window open or wait until it boots again.&lt;/p&gt;

&lt;p&gt;It was so annoying that I decided to build my own product, And my team executed it flawlessly, starting with the branding and ending with the implementation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://madnotes.app"&gt;MadNotes&lt;/a&gt; solves the issue above. It provides a place for your brain dump. Nowadays, we do most of our work in the browser. That was the perfect place to put the notepad. But not another web app that's 2137th tab you need to search for! No, no. It opens in &lt;strong&gt;each&lt;/strong&gt; new tab and acts like a homepage. Done writing? Just close it. Need to add one more thing? Open a new tab, it's not loading anything from a remote location, so it doesn't slow down your browser. It's just there. I'm personally using it for the daily to-do list and meeting notes.&lt;/p&gt;

&lt;p&gt;Lately, we released an initial version - &lt;a href="https://chrome.google.com/webstore/detail/madnotes/fmjlhaobdnjacieihgolmlcenngjkibd"&gt;Chrome&lt;/a&gt;, &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/madnotes/"&gt;Firefox&lt;/a&gt;, &lt;a href="https://microsoftedge.microsoft.com/addons/detail/madnotes/fagamnippkbgkbkindnpgfmpgdncgmjh"&gt;Edge&lt;/a&gt; extensions, and a &lt;a href="https://use.madnotes.app"&gt;standalone web app&lt;/a&gt;. Now we're working on the PRO version that will allow syncing the notes across multiple devices, provide the light theme, and a few more customization options. Did I mention the full End2End encryption? Yeah, that's by default.&lt;/p&gt;

&lt;p&gt;Let me know what you think about the app! I'm very open to hearing your thoughts and feature requests. Thanks! 🙌&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>startup</category>
      <category>extension</category>
    </item>
    <item>
      <title>How a stupid idea became a startup aka. #YetAnotherNotepadApp</title>
      <dc:creator>Jakub Mikita</dc:creator>
      <pubDate>Thu, 20 Oct 2022 17:58:23 +0000</pubDate>
      <link>https://dev.to/jakubmikita/how-a-stupid-idea-became-a-startup-aka-yetanothernotepadapp-3e7h</link>
      <guid>https://dev.to/jakubmikita/how-a-stupid-idea-became-a-startup-aka-yetanothernotepadapp-3e7h</guid>
      <description>&lt;p&gt;It's not a story of "ohhhh, I have an idea", then release, then millions of $ of revenue. This is a story of "we can do it better", a struggle to release, and a small new business.&lt;/p&gt;

&lt;p&gt;I'm a developer (duh), and I like writing on my keyboard more than writing with a pen. But at the same time, I like that a piece of paper and a pen can always be there, right on the spot, contrary to an app which I need to open, wait until it boots, and then I can start writing. No one has time for that bulls*it.&lt;/p&gt;

&lt;p&gt;I needed something as quick as grabbing a pen. And I found it. A browser extension that replaces new tab with a blank canvas - a notepad. How cool is that?&lt;/p&gt;

&lt;p&gt;All good, I've been working with it for a couple of months and loved the experience. But there's always a "but". It was just a single note, so I often had 38 kilometers of a document to scroll, and it didn't sync to other devices 👎&lt;/p&gt;

&lt;p&gt;This is where I jump out of my office and scream "let's create own app!!!11oneone".&lt;/p&gt;

&lt;p&gt;The idea was simple, I found a decent markdown editor lib and asked my wife - a graphic designer - to make it beautiful. It was just a matter of installing an NPM package, throwing a couple of lines of CSS, and making it available across all of my devices using Chrome sync storage.&lt;/p&gt;

&lt;p&gt;But we started brainstorming this idea more and more. That, in no time, became a "let's make it public" idea. And then "make it public and create a pro version for a silly price". And then... here we are.&lt;/p&gt;

&lt;p&gt;We went through a full branding, designing, and coding process, spending over 200 hours as a team for a dumb app like many others. And we're not even finished. But what keeps us rolling is that we believe in it. I still want a great-looking and working notepad, even if I'd be the one and only user. But maybe there are others like me 🤔&lt;/p&gt;

&lt;p&gt;We worked on the App in the meantime of doing the client work. That was tough. We had to drop the ball for several days straight, multiple times, to be able to come back to it and continue working for a few hours. But we finally did release a demo version!&lt;/p&gt;

&lt;p&gt;If you're keen to see what we're up to, check out &lt;a href="https://madnotes.app"&gt;MadNotes&lt;/a&gt;, that's the name.&lt;/p&gt;

&lt;p&gt;I thought maybe I could share some personal insights with dev.to community if anyone would be interested in how we do it, what problems we're facing and how we resolve them. Let me know if you do! I'm also happy to answer any questions.&lt;/p&gt;

</description>
      <category>startup</category>
      <category>tooling</category>
      <category>app</category>
      <category>business</category>
    </item>
  </channel>
</rss>
