Table of Contents
- Cross-platform support: Edit a Markdown on different OS: Mac, Windows, and Linux.
- Basic features: Read and edit standard Markdown files.
- Other useful editor features: File search, side-by-side preview, image insert, code blocks, list insert, text bold, italic, quote, etc.
- Cloud auto-sync: Automatically upload files to cloud storage. Azure is only supported for now, AWS and Dropbox supports are in-progress.
- Auto-upgrade: Automatic user notification for version upgrade.
-
install npm
-
install git
-
How to build and debug:
npm install: setup all the dependencies npm run dev: run and test locally npm run dist: build a binary locally
-
How to release:
npm run release: build and release binary distributions to Github (please replace the GH_TOKEN with your Github personal access token in package.json).
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/cutePanda123/cloud-markdown-editor