Skip to content

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

License

Notifications You must be signed in to change notification settings

open-sourcing-2030/markdown-editor

 
 

Repository files navigation

[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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.0%
  • CSS 29.4%
  • JavaScript 7.1%
  • HTML 3.5%