Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 1.15 KB

README.md

File metadata and controls

70 lines (51 loc) · 1.15 KB

justmd

Simple markdown editor based on electron.

sync scroll

paste image

paste html

paste word

more

  • UML/flow chart support, more
  • Tex math support, more
  • export html
  • export pdf
  • optimized performance for large file edit

install & run

After download, unzip and run justmd

develop

For china devlopers, set ELECTRON_MIRROR first:

then, do install dependency and start dev

  • npm install
  • npm start

debug

  • press ALT+D to open devTools

build

for windows:

npm run package-x64

or

npm run package-x86

for linux:

npm run package-l64

for osx package(must under osx):

npm run package-osx

todo

License

Copyright (c) 2017-present x1y9

MIT License