3 unstable releases

0.2.1 Feb 14, 2023
0.2.0 Feb 13, 2023
0.1.0 Jan 24, 2023

#325 in Text editors

41 downloads per month

MIT license

2MB
723 lines

Crabix Desktop

Experimental markdown renderer with native Desktop app on rust (Linux/MacOS) demo

Features

  • Markdown + GFM Preview
  • Live rendering and Live scrolling by UNIX socket
  • Programming language syntax by syntect (Currently not all popular languages are supported)

Installation

cargo install crabix-desktop

Usage

crabix-desktop README.md

Rendering by unix socket

Communication protocol (JSON-RPC) will be developed soon

(terminal 1) crabix-desktop
(terminal 2) python3 test.py

Contributing

I'm welcome to any kind of contribution

  • Feature request
  • Bug ticket
  • PRs with bug fixes, refactoring, new features

Dependencies

~18–67MB
~1M SLoC