Building a Simple Markdown PWA App
Briefly

Building a Simple Markdown PWA App
"The size of the bundled app was around 90 megs for both Mac and Windows distributions, which felt substantial for what could theoretically be a web app."
"A crucial feature was the ability to double click on a MD file to have it open the app, which was successfully implemented."
"The UI was incredibly simple, and the generated HTML/CSS from the Electron app was copied over to the new web app folder."
"For Markdown files with frontmatter, a simple tweak was made to replace dashes with backticks to enhance rendering."
A Markdown viewer app was developed using Electron to address the need for a focused application for viewing Markdown files. The app's bundled size was around 90 MB for both Mac and Windows distributions. A key feature included the ability to open Markdown files by double-clicking. The UI was kept simple, and the HTML/CSS from the Electron app was reused. Special handling for frontmatter in Markdown files was implemented by replacing dashes with backticks for better rendering.
Read at Raymondcamden
Unable to calculate read time
[
|
]