Skip to content

dvcrn/markright

Repository files navigation

MarkRight - a minimalistic github flavored markdown editor

screenshot

Download

On mac, install it through cask:

brew install --cask markright

Alternatively, check out the latest release to quickly find the latest version. Here are the current binaries:

Command line

On mac, you can launch markright from the command line with a little alias:

alias markright="open -a /Applications/MarkRight.app"
markright README.md

Building

MarkRight is written in ClojureScript and Rust (Tauri).

Requirements

  • bun
  • rust (cargo)
  • bun install

Compiling

  • bun tauri build compiles the frontend via shadow-cljs and the backend via cargo, producing a native binary.

Development

  • bun run watch runs shadow-cljs watch main front for live recompilation of the frontend.
  • In another terminal, run bun tauri dev to launch the application.

License

Licensed under GPLv3

About

➡ Tauri powered markdown editor with live preview

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors