[md.edit] is a web based markdown editor that uses modern progressive web app features to provide a great, cross-platform editing experience.
The main goal of this project is to showcase the File System Access API.
This API allows a web app to access local files. That means files can be opened and saved directly in the browser.
https://web.dev/file-system-access/
The app can be added to the homescreen using a WebAppManifest (via the WebpackPwaManifest plugin) and also works offline using WorkboxJS.
It uses PreactJS and unistore together with PostCSS, all bundled using webpack.