An unofficial desktop app for StackEdit.
Report Bug
·
Request Feature
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. You can find the official source code of the editor here.
- Clone StackEdit Desktop
git clone https://github.com/sanjaysunil/stackedit-desktop
- Install node_modules
npm install
- Start the application!
npm start
Build for Windows
npm run win:build
Build for MacOS, Linux and Windows
npm run build
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Feature
) - Commit your Changes (
git commit -m 'Added a new Feature'
) - Push to the Branch (
git push origin feature/Feature
) - Open a Pull Request
Copyright © 2021 Sanjay Sunil (sanjaysunil@protonmail.com)
Distributed under the MIT License. See LICENSE
for more information.