| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
8年前发布

简约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:

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

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1447147823663.html
markright Markdown处理库