Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttscoff/MMD-QuickLook
Improved QuickLook generator for MultiMarkdown files
https://github.com/ttscoff/MMD-QuickLook
Last synced: 7 days ago
JSON representation
Improved QuickLook generator for MultiMarkdown files
- Host: GitHub
- URL: https://github.com/ttscoff/MMD-QuickLook
- Owner: ttscoff
- Fork: true (fletcher/MMD-QuickLook)
- Created: 2012-03-19T19:43:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T16:35:08.000Z (about 1 year ago)
- Last Synced: 2024-08-02T10:41:42.344Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 800 KB
- Stars: 301
- Watchers: 30
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: Readme.original
Awesome Lists containing this project
README
# MultiMarkdown QuickLook Plugin #
## Introduction ##
This is a complete rewrite of the MultiMarkdown version of Phil Toland's QLMarkdown plugin. The MMD version caused multiple copies of the `multimarkdown` process to spawn and run the CPU usage to 100%. I'm sure it was something I did, and not a problem with qlmarkdown.
But in order to fix it, it just made more sense to start over.
This program allows you to preview a MultiMarkdown text file (or OPML file) in the Finder after converting it to HTML with MMD.
## Installation ##
To install, simply put the "MultiMarkdown QuickLook" file in:
~/Library/QuickLook
To uninstall, simply remove it.
This version of the QuickLook plugin includes an embedded copy of MultiMarkdown 3.2, as well as `opml2mmd.xslt`. So there's nothing else to install to get it to work. The version of mmd that's embedded should run on any Intel Mac.
Downloads
---------Source code is available at .
You can download a binary release from .
License
-------The QLMarkdown code is distributed under the same terms as [peg-multimarkdown].
Known Issues
------------Images are not displayed in previews.
Version History
---------------[peg-multimarkdown]: https://github.com/fletcher/peg-multimarkdown