8000 GitHub - x1y9/justmd: markdown editor for windows/linux/osx
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

x1y9/justmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 div class="overflow-hidden">
 
 
 
 
 
 
 
 
 
 
 
 

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

0