/README.md

https://github.com/dvcrn/markright · Markdown · 68 lines · 47 code · 21 blank · 0 comment · 0 complexity · 92fc3c78b2d867bb81ce5a69fcd93b19 MD5 · raw file

  1. _This project is currently frozen. If you want to help developing it, please feel free to [ping me](https://github.com/dvcrn)_
  2. ![banner](resources/markright-banner.png)
  3. a minimalistic github flavored markdown editor
  4. ![screenshot](resources/screenshot.png)
  5. ## Download
  6. On mac, install it through [cask][8]:
  7. ```
  8. brew cask install markright
  9. ```
  10. Alternatively, check out the [latest release][1] to quickly find the latest version.
  11. Here are the current binaries:
  12. - [Mac][2]
  13. - [Windows 32bit][3]
  14. - [Windows 64bit][4]
  15. - [Linux ia32][5]
  16. - [Linux x64][6]
  17. ### Command line
  18. On mac, you can launch markright from the command line with a little alias:
  19. ```
  20. alias markright="open -a /Applications/MarkRight.app"
  21. markright README.md
  22. ```
  23. ## Building
  24. MarkRight is written in clojurescript. To build, make sure you have clojure and leiningen installed on your system.
  25. ### Requirements
  26. - `npm`
  27. - `leiningen`
  28. - `bower`
  29. - `npm install`
  30. - `bower install`
  31. ### Compiling
  32. All commands you need are available inside `package.json`. To compile the code, run `npm run compile:<prod/dev>`. `node/` is the folder that goes into electron.
  33. ### Development
  34. To develop, run the self-reloading build:
  35. - `lein run -m build/ui-dev`
  36. - `lein run -m build/main-dev`
  37. shadow-build will live-reload the frontend so you don't need to refresh. If you change `main.cljs` however, you'll have to restart electron to reload your changes.
  38. ## License
  39. Licensed under [GPLv3][7]
  40. [1]: https://github.com/dvcrn/markright/releases/latest/
  41. [2]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Mac.dmg
  42. [3]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Windows32.exe
  43. [4]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Windows64.exe
  44. [5]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Linux_ia32.zip
  45. [6]: https://github.com/dvcrn/markright/releases/download/0.1.11/MarkRight_Linux_x64.zip
  46. [7]: http://www.gnu.org/licenses/gpl-3.0.txt
  47. [8]: http://caskroom.io/