Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

kurotych/crabix-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Neovim plugin

The crabix-desktop.nvim plugin supports Live rendering and Live scrolling

Contributing

I'm welcome to any kind of contribution

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