简约GitHub风格的markdown编辑器:markright

jopen 8年前

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:

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.

项目主页:http://www.open-open.com/lib/view/home/1447147823663