x1y9 / justmd

markdown editor for windows/linux/osx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 93.6%Language:CSS 4.0%Language:HTML 2.3%