Skip to content

Electron Markdown Editor

Latest
Compare
Choose a tag to compare
@Belchenkov Belchenkov released this 30 Mar 09:18
· 7 commits to master since this release
eb7a7d1

Building a Markdown Editor on Electron.js

Running the project

npm install
npm start

Publishing to the GitHub

Update the package.json file and provide the build settings:

{
  "build": {
      "appId": "com.my.markdown-editor",
      "publish": {
        "provider": "github",
        "owner": "<account>",
        "repo": "electron-updates"
      }
  }
}

Available NPM scripts

Script Description
start starts the Electron application
build:macos creates a testing build for macOS
publish:github releases the macOS version to the GitHub