https://github.com/mvz/mdv
Simple Markdown Viewer for GNOME 3
https://github.com/mvz/mdv
gnome hacktoberfest markdown ruby
Last synced: about 1 year ago
JSON representation
Simple Markdown Viewer for GNOME 3
- Host: GitHub
- URL: https://github.com/mvz/mdv
- Owner: mvz
- License: mit
- Created: 2012-08-24T13:55:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T20:37:52.000Z (about 1 year ago)
- Last Synced: 2025-04-01T21:34:25.616Z (about 1 year ago)
- Topics: gnome, hacktoberfest, markdown, ruby
- Language: Ruby
- Homepage:
- Size: 214 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this 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](http://www.matijs.net).
See LICENSE for details.