Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 726 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 726 Bytes

zathura-markdown-rs

This repository contains a plugin for Zathura which one day will be able to render markdown well. The main purpose of this plugin is to provide a viewer which is independent of any text editor or IDE, and it has the benefit of being able to generate PostScript, PDF or SVG files from the rendered text.

To Do

  • Translate Markdown into Pango Markup.
  • Render parsed Pango Markup to the Cairo context.

Usage

You can test it by running make test. Make sure you have Rust installed, as well as Zathura.

Installation

Install by running cargo build --release and sudo make install.