Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 30, 2018
1 parent d594e72 commit 3f82065
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# justmd
Simple markdown editor based on electron.

![](http://www.i38.me/public/images/sync-scroll.gif)

# run
npm install
npm start
Expand All @@ -10,15 +12,21 @@ before build:
set ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/

for windows package:
```
npm run package-x86
```
or
```
npm run package-x64
```

for osx package(must use osx host):
```
npm run package-osx
```

## todo
osx paste html
splitter
sequence https://bramp.github.io/js-sequence-diagrams/
flow http://flowchart.js.org/
* osx paste html
* splitter
* sequence https://bramp.github.io/js-sequence-diagrams/
* flow http://flowchart.js.org/

0 comments on commit 3f82065

Please sign in to comment.