Skip to content

Double-click to open file in a customized SimpleMDE markdown editor

License

Notifications You must be signed in to change notification settings

patarapolw/OpenMDE

Repository files navigation

OpenMDE

Double-click to open file in a customized SimpleMDE markdown editor.

Download

Executables can be downloaded from https://github.com/patarapolw/OpenMDE/releases

Features

Building

  • Clone the package from Git
  • yarn install && yarn run build

Running in development mode

  • Open two terminal and navigate to the project folder,
    • yarn run dev to start development server
    • yarn start to start Electron app

Screenshots

How was this made?

I followed this https://taraksharma.com/setting-up-electron-typescript-react-webpack/, which was very recently created (2018-05-17), with a little tweaking for non-react.