public
Description: QuickLook generator for Markdown files.
Homepage: http://fiatdev.com
Clone URL: git://github.com/toland/qlmarkdown.git
Michael Dominic K (author)
Tue Feb 10 05:47:16 -0800 2009
toland (committer)
Tue Feb 10 09:38:34 -0800 2009
commit  f6ae4e816647e99759c1c6219877b2eefa098c5b
tree    2c1a7ceb33e6004f193d7d381870058fcf80f3e1
parent  365ebd3860d2ce5d55462f1495a337c8a6da191b
name age message
file .gitignore Tue Feb 10 05:47:16 -0800 2009 Ignore file update. [Michael Dominic K]
directory English.lproj/ Mon Jul 07 17:46:39 -0700 2008 Initial commit. [toland]
file GeneratePreviewForURL.m Mon Jul 07 17:46:39 -0700 2008 Initial commit. [toland]
file GenerateThumbnailForURL.m Mon Jul 07 17:46:39 -0700 2008 Initial commit. [toland]
file Info.plist Loading commit data...
directory QLMarkdown.xcodeproj/
file Readme.markdown Tue Feb 10 09:38:33 -0800 2009 Documentation update. Signed-off-by: Phillip T... [Michael Dominic K]
directory discount/ Tue Feb 10 09:38:33 -0800 2009 Replacing the Perl markdown renderer with a nat... [Michael Dominic K]
file main.c Mon Jul 07 17:46:39 -0700 2008 Initial commit. [toland]
file markdown.h Mon Jul 07 17:46:39 -0700 2008 Initial commit. [toland]
file markdown.m
Readme.markdown

QLMarkdown

by Phil Toland http://fiatdev.com

fixes and improvements by Michael Dominic K. http://www.mdk.org.pl

Introduction

QLMarkdown is a simple QuickLook generator for Markdown files. It renders a preview of the selected Markdown file using Discount -- a C implementation of John Gruber's Markdown.pl script.

For more information on Markdown see http://daringfireball.net/projects/markdown/.

Installation

Simply copy QLMarkdown.qlgenerator to ~/Library/QuickLook or /Library/QuickLook.

To uninstall, drag QLMarkdown into the trash.

Source Code

Source code is available at http://github.com/toland/qlmarkdown.

License

The QLMarkdown code is distributed under the same terms as Discount. See the file discount/COPYRIGHT for more information.

Version History

Version 1.0 - July 15, 2008

  • Initial release.