Skip to content
forked from x1y9/justmd

markdown editor for windows/linux/osx

License

Notifications You must be signed in to change notification settings

black-lan/justmd

 
 

Repository files navigation

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

About

markdown editor for windows/linux/osx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • CSS 4.0%
  • HTML 2.3%