Markright
➡ Tauri powered markdown editor with live preview
Install / Use
/learn @dvcrn/MarkrightREADME
MarkRight - a minimalistic github flavored markdown editor

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
bunrust(cargo)bun install
Compiling
bun tauri buildcompiles the frontend viashadow-cljsand the backend viacargo, producing a native binary.
Development
bun run watchrunsshadow-cljs watch main frontfor live recompilation of the frontend.- In another terminal, run
bun tauri devto launch the application.
License
Licensed under GPLv3
