Skip to content

wjt/markgown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A little live Markdown previewer with almost no features. It renders Markdown to HTML using Pandoc.

Instructions

% ./bin/markgown-preview

Open some Markdown file, and then try editing it in your text editor of choice. Later, you can export the HTML if you like, or publish your Markdown source in your normal way.

screenshot of markgown

Questions nobody has asked

Do you know about gedit-markdown?

I do now. But I don't use gedit.

What happened to the editor?

The code is still lying around, but why not use a real text editor? The only real benefit of a built-in editor was that you didn't need to save the document to have it refreshed, but you can get pretty close in Vim with:

:au FocusLost * :wa

Who wrote the beautiful CSS?

That would be Kevin Burke. Cheers!

About

A rudimentary Markdown live previewer for GNOME

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.Apache-2
GPL-3.0
LICENSE.GPL3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published