SanjaySunil / stackedit-desktop

Unofficial desktop app for StackEdit built with Electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



stackedit-desktop

Unofficial desktop app for StackEdit

Report Bug · Request Feature



What's stackedit-desktop?

stackedit-desktop is an unofficial electron desktop app for StackEdit. This app loads the StackEdit web editor into a browser window using the Electron framework.

Install

  1. Clone StackEdit Desktop
$ git clone https://github.com/sanjaysunil/stackedit-desktop
  1. Install dependencies
$ npm install
  1. Run StackEdit Desktop in development!
$ npm start

or

  1. Build StackEdit Desktop for your Operating System

Windows

$ npm run win:build

macOS

$ npm run mac:build

All Platforms

$ npm run dist
  1. Run StackEdit Desktop from dist folder!

License

Copyright © 2022 Sanjay Sunil (sanjaysunil@protonmail.com)

Distributed under the MIT License. See LICENSE for more information.

About

Unofficial desktop app for StackEdit built with Electron.

License:MIT License


Languages

Language:JavaScript 100.0%