MarkVue is a sleek, GTK-based Markdown viewer that provides real-time rendering and syntax highlighting.
- Real-time Markdown rendering
- Syntax highlighting for Markdown input
- Split-pane interface for easy editing and previewing
- Modern, native GTK4 design
- Simple, intuitive user interface
- Rust and Cargo
- GTK4 development libraries
- Clone the repository:
git clone https://github.com/v8v88v8v88/markvue.git
cd markvue
- Build and run:
cargo run
- gtk4 (0.9)
- gio (0.19)
- glib (0.19)
- sourceview5 (0.9)
- pulldown-cmark (0.10)
- Launch MarkVue
- Type Markdown in the left pane
- View rendered output in real-time on the right pane
- Use the hamburger menu for additional options
Contributions are welcome! Submit a Pull Request.
MIT License - see LICENSE file for details.
- GTK Project
- Rust Community