简约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 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!