簡約GitHub風格的markdown編輯器:markright
markright是一個簡約GitHub風格的markdown編輯器,基于Electron開發。
Download
On mac, install it through cask:
brew cask install markright
Alternatively, check out the latest release to quickly find the latest version. Here are the current binaries:
- Mac
- Windows 32bit
- Windows 64bit
- Linux ia32 (untested)
- Linux x64 (untested)
Building
MarkRight is written in clojurescript. To build, make sure you have clojure and leiningen installed on your system.
Requirements
- npm
- leiningen
- bower
- npm install
- bower install
Compiling
All commands you need are available insidepackage.json. To compile the code, runnpm run compile:<prod/dev>.node/is the folder that goes into electron.
Development
To develop, run the self-reloading build:
- lein run -m build/ui-dev
- lein run -m build/main-dev
shadow-build will live-reload the frontend so you don't need to refresh. If you changemain.cljshowever, you'll have to restart electron to reload your changes.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!