Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.
/ markdowner Public archive

A markdown viewer/reader and editor written with Python GTK.

Notifications You must be signed in to change notification settings

aviddiviner/markdowner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

markdowner

A markdown viewer/reader and editor written with Python GTK.

Installation

git clone git://github.com/aviddiviner/markdowner

You'll need Python installed. My system came bundled with v2.6.5, but if you don't have it, a quick sudo apt-get install python or similar should fix things.

After that, you'll need to install the markdown library. I did this as follows:

git clone git://github.com/waylan/Python-Markdown.git
cd Python-Markdown/
sudo python setup.py install

(See http://www.freewisdom.org/projects/python-markdown/ for more info.)

Create a Symlink

You may now want to create a symlink in your bin folder or something similar:

sudo ln -s /path/to/your/markdowner.py /usr/local/bin/markdowner

Once you've done this, you can edit files by typing in your console markdowner <filename>

Associate Files in Nautilus

This is also easy. Right click on a markdown file, such as this README.md file and choose:

Properties > Open With > Add > Custom Command > markdowner

Credits

This is based off a script I found at http://www.jezra.net so thanks go out to him for the base of this.

About

A markdown viewer/reader and editor written with Python GTK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages