3 unstable releases
0.2.1 | Feb 14, 2023 |
---|---|
0.2.0 | Feb 13, 2023 |
0.1.0 | Jan 24, 2023 |
#376 in Text editors
2MB
723 lines
Crabix Desktop
Experimental markdown renderer with native Desktop app on rust (Linux/MacOS)
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–58MB
~878K SLoC