Every repository with this icon (
Every repository with this icon (
tree 9f7a39c35f9992f4c1579cbf51d8db0832758933
parent f99ef309870d101f7a41123d3601af30ccc8eae4
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 21 08:51:50 -0700 2009 | |
| |
English.lproj/ | Mon Jul 07 17:46:39 -0700 2008 | |
| |
GeneratePreviewForURL.m | Mon Jul 07 17:46:39 -0700 2008 | |
| |
GenerateThumbnailForURL.m | Mon Jul 07 17:46:39 -0700 2008 | |
| |
Info.plist | Sun Oct 04 16:37:55 -0700 2009 | |
| |
Nautilus_Star.png | Fri Aug 21 08:50:44 -0700 2009 | |
| |
QLMarkdown.xcodeproj/ | Tue Feb 10 09:39:16 -0800 2009 | |
| |
Readme.markdown | Sun Oct 04 16:37:55 -0700 2009 | |
| |
discount/ | Tue Feb 10 09:38:33 -0800 2009 | |
| |
main.c | Mon Jul 07 17:46:39 -0700 2008 | |
| |
markdown.h | Mon Jul 07 17:46:39 -0700 2008 | |
| |
markdown.m | Tue Feb 10 09:39:16 -0800 2009 | |
| |
sample.md | Fri Aug 21 08:50:44 -0700 2009 | |
| |
sample.xhtml | Fri Aug 21 08:50:44 -0700 2009 | |
| |
styles.css | Fri Aug 21 08:50:44 -0700 2009 |
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.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.







