crabix-desktop

Crates.iocrabix-desktop
lib.rscrabix-desktop
version0.2.1
sourcesrc
created_at2023-01-24 20:40:21.822188
updated_at2023-02-14 19:10:08.403208
descriptionMarkdown rendering with native Desktop app
homepage
repositoryhttps://github.com/kurotych/crabix-desktop
max_upload_size
id766913
size2,112,591
Anatolii Kurotych (kurotych)

documentation

README

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
Commit count: 10

cargo fmt