Rust Live MD is a powerful and lightweight application for live previewing and editing Markdown documents. Built with Rust, it combines high performance with a user-friendly experience, enabling you to write Markdown effortlessly while viewing the rendered output in real-time.
- Live Preview: See the rendered Markdown as you write in real time.
- Lightweight and Fast: Leverages Rust's performance for smooth operation.
- Cross-Platform: Works seamlessly on Linux, Windows, and macOS.
- Clean Interface: Minimalistic design to keep you focused.
- File Support: Open, edit, and save Markdown files.
- Theme Options: Switch between light and dark themes.
- Rust should be installed. You can install Rust from here.
- Clone the repository:
git clone https://github.com/hacimertgokhan/rust-live-md.git cd rust-live-md
- Install dependencies and run the project:
cargo run
- The application is now ready! 🎉
- Select an existing Markdown file or create a new one.
- Edit your content in the left panel.
- View the live preview on the right panel.
- Save your file using the "Save" button or keyboard shortcuts.
- Language: Rust
- Libraries:
pulldown-cmark
: Markdown parser.warp
: HTTP server.tokio
: Asynchronous runtime.
- Live Markdown editor.
- File saving and opening functionality.
- Additional theme options.
- Markdown syntax shortcuts.
- Plugin support.
Contributions are welcome! Feel free to open an Issue or submit a Pull Request. Feedback is always appreciated.
This project is licensed under the MIT License. See the LICENSE
file for more details.
If you have any questions or suggestions, feel free to reach out:
📧 hacimertgokhan@gmail.com