MarkRight - a minimalistic github flavored markdown editor
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:
On mac, you can launch markright from the command line with a little alias:
alias markright="open -a /Applications/MarkRight.app"
markright README.md
MarkRight is written in ClojureScript and Rust (Tauri).
bunrust(cargo)bun install
bun tauri buildcompiles the frontend viashadow-cljsand the backend viacargo, producing a native binary.
bun run watchrunsshadow-cljs watch main frontfor live recompilation of the frontend.- In another terminal, run
bun tauri devto launch the application.
Licensed under GPLv3
