SkillAgentSearch skills...

Markright

➡ Tauri powered markdown editor with live preview

Install / Use

/learn @dvcrn/Markright
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars916
CategoryDevelopment
Updated3d ago
Forks54

Languages

Clojure

Security Score

95/100

Audited on Apr 4, 2026

No findings