Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x1y9/justmd
markdown editor for windows/linux/osx
https://github.com/x1y9/justmd
Last synced: about 1 month ago
JSON representation
markdown editor for windows/linux/osx
- Host: GitHub
- URL: https://github.com/x1y9/justmd
- Owner: x1y9
- License: mit
- Created: 2018-04-30T07:50:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:41:03.000Z (about 2 years ago)
- Last Synced: 2024-04-09T14:21:24.714Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.64 MB
- Stars: 108
- Watchers: 3
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - x1y9/justmd - 12 star:0.1k fork:0.0k markdown editor for windows/linux/osx (JavaScript)
README
# justmd
Simple markdown editor based on electron.## sync scroll
![](images/sync-scroll.gif)## paste image
![](images/paste-image.gif)## paste html
![](images/paste-html.gif)## paste word
![](images/paste-word.gif)## more
* UML/flow chart support, [more](https://github.com/skanaar/nomnoml)
* Tex math support, [more](https://github.com/Khan/KaTeX)
* export html
* export pdf
* optimized performance for large file edit## install & run
After [download](https://github.com/i38/justmd/releases), unzip and run justmd# develop
For china devlopers, set ELECTRON_MIRROR first:
* set ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/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
* osx paste html
* splitter
* sequence https://bramp.github.io/js-sequence-diagrams/
* flow http://flowchart.js.org/# License
Copyright (c) 2017-present x1y9
[MIT License](http://en.wikipedia.org/wiki/MIT_License)