QuickLook generator for Markdown files.
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 88 commits behind toland:master.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= English.lproj
carview.php?tsp= QLMarkdown.xcodeproj
carview.php?tsp= discount
carview.php?tsp= .gitignore
carview.php?tsp= GeneratePreviewForURL.m
carview.php?tsp= GenerateThumbnailForURL.m
carview.php?tsp= Info.plist
carview.php?tsp= Nautilus_Star.png
carview.php?tsp= Readme.markdown
carview.php?tsp= main.c
carview.php?tsp= markdown.h
carview.php?tsp= markdown.m
carview.php?tsp= sample.md
carview.php?tsp= sample.xhtml
carview.php?tsp= styles.css

Readme.markdown

QLMarkdown

by Phil Toland https://fiatdev.com

fixes and improvements by Michael Dominic K. https://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 https://daringfireball.net/projects/markdown/.

Installation

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

To uninstall, drag QLMarkdown into the trash.

Downloads

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

You can download a binary release from https://github.com/toland/qlmarkdown/archives/master.

License

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

Version History

Version 1.2 - Oct 4, 2009

  • Work around a conflict with MacVim (thanks to godDLL)
  • Support for .mdml extension (alanhogan)
  • CSS that mimics Apple's ADC styling (jiho)

Version 1.1 - Feb 11, 2009

  • Adding a little bit of CSS styling. (mdk)
  • Replace the Perl markdown renderer with a native C one (discount). (mdk)
  • Conform to public plain-text. Will make spotlight index the file contents. (mdk)
  • Added support for .md file extension (sant0sk1)

Version 1.0 - July 15, 2008

  • Initial release.