<?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: Hiroshi Ishizaka</title>
    <description>The latest articles on DEV Community by Hiroshi Ishizaka (@ishizakahiroshi).</description>
    <link>https://dev.to/ishizakahiroshi</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%2F3912564%2Fa0868cb4-5c2a-4e9c-accf-12f4e1de96c1.jpg</url>
      <title>DEV Community: Hiroshi Ishizaka</title>
      <link>https://dev.to/ishizakahiroshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishizakahiroshi"/>
    <language>en</language>
    <item>
      <title>I built an offline-first Markdown editor that runs as a single HTML file</title>
      <dc:creator>Hiroshi Ishizaka</dc:creator>
      <pubDate>Mon, 04 May 2026 17:44:12 +0000</pubDate>
      <link>https://dev.to/ishizakahiroshi/i-built-an-offline-first-markdown-editor-that-runs-as-a-single-html-file-53ii</link>
      <guid>https://dev.to/ishizakahiroshi/i-built-an-offline-first-markdown-editor-that-runs-as-a-single-html-file-53ii</guid>
      <description>&lt;p&gt;Most Markdown editors today assume cloud sync, Electron, or heavy installations.&lt;/p&gt;

&lt;p&gt;I wanted something simpler.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flku7o5cu0glmgufvqh2u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flku7o5cu0glmgufvqh2u.png" alt="App screenshot" width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I wanted a Markdown editor that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Works fully offline&lt;/li&gt;
&lt;li&gt;Opens local &lt;code&gt;.md&lt;/code&gt; files directly&lt;/li&gt;
&lt;li&gt;Saves back to the original file&lt;/li&gt;
&lt;li&gt;Requires no account, no sync, and no network calls&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Demo Video
&lt;/h3&gt;

&lt;p&gt;Watch the demo video on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/user-attachments/assets/00d80cbc-ca93-4cfd-86d3-5299895d06b7" rel="noopener noreferrer"&gt;https://github.com/user-attachments/assets/00d80cbc-ca93-4cfd-86d3-5299895d06b7&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;offline-md-editor-viewer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It runs as a single HTML file, which means it works on Windows, Linux, and macOS.&lt;/p&gt;

&lt;p&gt;I also built a desktop version using Tauri, but both versions share the same frontend.&lt;/p&gt;

&lt;h3&gt;
  
  
  Main features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Live preview while editing&lt;/li&gt;
&lt;li&gt;Folder tree support&lt;/li&gt;
&lt;li&gt;Dark / Light theme&lt;/li&gt;
&lt;li&gt;Local file editing and overwrite save&lt;/li&gt;
&lt;li&gt;Privacy-focused design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/ishizakahiroshi/offline-md-editor-viewer" rel="noopener noreferrer"&gt;https://github.com/ishizakahiroshi/offline-md-editor-viewer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback from developers who work with local notes, docs, or markdown files.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I built an offline-first Markdown editor that runs as a single HTML file</title>
      <dc:creator>Hiroshi Ishizaka</dc:creator>
      <pubDate>Mon, 04 May 2026 17:44:12 +0000</pubDate>
      <link>https://dev.to/ishizakahiroshi/i-built-an-offline-first-markdown-editor-that-runs-as-a-single-html-file-1g18</link>
      <guid>https://dev.to/ishizakahiroshi/i-built-an-offline-first-markdown-editor-that-runs-as-a-single-html-file-1g18</guid>
      <description>&lt;p&gt;Most Markdown editors today assume cloud sync, Electron, or heavy installations.&lt;/p&gt;

&lt;p&gt;I wanted something simpler.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flku7o5cu0glmgufvqh2u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flku7o5cu0glmgufvqh2u.png" alt="App screenshot" width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I wanted a Markdown editor that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Works fully offline&lt;/li&gt;
&lt;li&gt;Opens local &lt;code&gt;.md&lt;/code&gt; files directly&lt;/li&gt;
&lt;li&gt;Saves back to the original file&lt;/li&gt;
&lt;li&gt;Requires no account, no sync, and no network calls&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Demo Video
&lt;/h3&gt;

&lt;p&gt;Watch the demo video on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/user-attachments/assets/00d80cbc-ca93-4cfd-86d3-5299895d06b7" rel="noopener noreferrer"&gt;https://github.com/user-attachments/assets/00d80cbc-ca93-4cfd-86d3-5299895d06b7&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;offline-md-editor-viewer&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It runs as a single HTML file, which means it works on Windows, Linux, and macOS.&lt;/p&gt;

&lt;p&gt;I also built a desktop version using Tauri, but both versions share the same frontend.&lt;/p&gt;

&lt;h3&gt;
  
  
  Main features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Live preview while editing&lt;/li&gt;
&lt;li&gt;Folder tree support&lt;/li&gt;
&lt;li&gt;Dark / Light theme&lt;/li&gt;
&lt;li&gt;Local file editing and overwrite save&lt;/li&gt;
&lt;li&gt;Privacy-focused design&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/ishizakahiroshi/offline-md-editor-viewer" rel="noopener noreferrer"&gt;https://github.com/ishizakahiroshi/offline-md-editor-viewer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love feedback from developers who work with local notes, docs, or markdown files.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
