Skip to content

Belchenkov/markdown-editor-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Markdown Editor

Building a Markdown Editor on Electron.js

Demo: https://github.com/Belchenkov/markdown-editor-electron/releases/tag/master

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