Experimental markdown renderer with native Desktop app on rust (Linux/MacOS)
- Markdown + GFM Preview
- Live rendering and Live scrolling by UNIX socket
- Programming language syntax by syntect (Currently not all popular languages are supported)
cargo install crabix-desktop
crabix-desktop README.md
Communication protocol (JSON-RPC) will be developed soon
(terminal 1) crabix-desktop
(terminal 2) python3 test.py
The crabix-desktop.nvim plugin supports Live rendering and Live scrolling
I'm welcome to any kind of contribution
- Feature request
- Bug ticket
- PRs with bug fixes, refactoring, new features