I built an offline-first Markdown editor that runs as a single HTML file

Published: (May 4, 2026 at 01:44 PM EDT)
1 min read
Source: Dev.to

Source: Dev.to

Introduction

Most Markdown editors today assume cloud sync, Electron, or heavy installations. I wanted something simpler.

App screenshot

I wanted a Markdown editor that:

  • Works fully offline
  • Opens local .md files directly
  • Saves back to the original file
  • Requires no account, no sync, and no network calls

Demo Video

Watch the demo video on GitHub:

https://github.com/user-attachments/assets/00d80cbc-ca93-4cfd-86d3-5299895d06b7

Main Features

  • Live preview while editing
  • Folder tree support
  • Dark / Light theme
  • Local file editing and overwrite save
  • Privacy‑focused design

The project, offline‑md‑editor‑viewer, runs as a single HTML file, which means it works on Windows, Linux, and macOS. A desktop version using Tauri is also available, but both versions share the same frontend.

GitHub:
https://github.com/ishizakahiroshi/offline-md-editor-viewer

0 views
Back to Blog

Related posts

Read more »

Making my own framework. Any tips?

!Cover image for Making my own framework. Any tips?https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fde...

select input - variations

!pichttps://media2.dev.to/dynamic/image/width=256,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farti...