Project

mdv

0.0
A long-lived project that still receives updates
Quickly view markdown files on GNOME
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.12
~> 13.0
~> 0.22.0
~> 0.14.0
~> 1.51

Runtime

~> 0.17.0
~> 0.17.0
 Project Readme

MDV

Simple Markdown Viewer for GNOME 3.

Usage

mdv README.md

Press Ctrl-R to reload, Ctrl-Q to quit, Ctrl-C to copy selected text. Clicked links open in default browser.

Install

gem install mdv

Dependencies

MDV depends on the gir_ffi-gtk gem. Additionally, you need to install the WebKit2 Gtk library and its gobject-introspection information. On Debian and Ubuntu, one of the following should work:

sudo apt-get install gir1.2-webkit2-4.0

or

sudo apt-get install gir1.2-webkit2-4.1

On Ubuntu, you may also have to install two additional packages:

sudo apt-get install libwebkit2gtk-4.0-dev libjavascriptcoregtk-4.0-dev

or

sudo apt-get install libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev

Contributing

Contributions are welcome! Please feel free to create issues or pull requests on GitHub.

License

Copyright © 2012–2024 Matijs van Zuijlen. See LICENSE for details.