/markdown-editor

A web based markdown editor that uses modern progressive web app features to provide a great, cross-platform editing experience.

Primary LanguageTypeScriptOtherNOASSERTION

[md.edit]

[md.edit] is a web based markdown editor that uses modern progressive web app features to provide a great, cross-platform editing experience.

md.nico.dev

File System Access API

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/

Progressive Web App

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.