<?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: Faisal Kawsar</title>
    <description>The latest articles on DEV Community by Faisal Kawsar (@faisal_kawsar).</description>
    <link>https://dev.to/faisal_kawsar</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%2F3961021%2F26137c10-4bb0-46c1-9526-ff533ac74359.jpg</url>
      <title>DEV Community: Faisal Kawsar</title>
      <link>https://dev.to/faisal_kawsar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/faisal_kawsar"/>
    <language>en</language>
    <item>
      <title>I built ZenJournal - an offline-first, private Markdown editor &amp; daily planner running in IndexedDB</title>
      <dc:creator>Faisal Kawsar</dc:creator>
      <pubDate>Sun, 31 May 2026 10:15:16 +0000</pubDate>
      <link>https://dev.to/faisal_kawsar/i-built-zenjournal-an-offline-first-private-markdown-editor-daily-planner-running-in-indexeddb-l75</link>
      <guid>https://dev.to/faisal_kawsar/i-built-zenjournal-an-offline-first-private-markdown-editor-daily-planner-running-in-indexeddb-l75</guid>
      <description>&lt;p&gt;Hello everyone,&lt;/p&gt;

&lt;p&gt;I wanted to share a side project I've been working on: ZenJournal (&lt;a href="https://fkawsar68.github.io/zenjournal/" rel="noopener noreferrer"&gt;https://fkawsar68.github.io/zenjournal/&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;It is a private, client-side, offline-first Markdown editor combined with a daily task planner. I built it because I wanted a distraction-free writing environment where my notes and thoughts never leave my computer.&lt;/p&gt;

&lt;p&gt;How it works technically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;100% Client-Side: The processing is done entirely in your browser.&lt;/li&gt;
&lt;li&gt;IndexedDB Storage: All documents and tasks are saved securely to your local IndexedDB using an asynchronous transaction wrapper, meaning no data limits and zero server exposure.&lt;/li&gt;
&lt;li&gt;Live Rendering: Markdown preview is parsed locally via marked.js and cleaned up via DOMPurify to keep it safe.&lt;/li&gt;
&lt;li&gt;Workspace Layouts: Features switchable modes for focused writing, classic split-screen preview, or full-preview reading.&lt;/li&gt;
&lt;li&gt;Responsive Themes: Built with modern Slate/Zinc styling and includes Nord, Solarized, and Cyberpunk options.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is hosted completely free on GitHub Pages and runs entirely offline. &lt;/p&gt;

&lt;p&gt;I would love to get your feedback on the layout, performance, or any additional features you would like to see in a local-first workspace. Thank you!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
