Skip to content

Commit e907eeb

Browse files
committed
update readme
1 parent 075ca4c commit e907eeb

1 file changed

Lines changed: 40 additions & 13 deletions

File tree

Readme.markdown

Lines changed: 40 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction ##
44

5-
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.
5+
This is a complete rewrite of the MultiMarkdown version of Phil Toland's QLMarkdown plugin.
66

77
But in order to fix it, it just made more sense to start over.
88

@@ -14,29 +14,56 @@ To install, simply put the "MultiMarkdown QuickLook" file in:
1414

1515
~/Library/QuickLook
1616

17-
To uninstall, simply remove it.
17+
To make sure that this version is used, run `qlmanage -r` in the Terminal.
1818

19-
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.
19+
To uninstall, simply remove it, and again run `qlmanage -r`.
2020

21+
This version of the QuickLook plugin includes an embedded copy of MultiMarkdown 5.0.1, 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.
22+
23+
24+
## Downloads ##
2125

22-
Downloads
23-
---------
2426

2527
Source code is available at <http://github.com/fletcher/MMD-QuickLook>.
2628

29+
Downloadable binaries are also available: <https://github.com/fletcher/MMD-QuickLook/releases>.
30+
31+
32+
## License ##
33+
34+
The QLMarkdown code is distributed under the MIT License:
35+
36+
MMD 5 is released under the MIT License.
37+
38+
39+
### The MIT License ###
40+
41+
Permission is hereby granted, free of charge, to any person obtaining a copy
42+
of this software and associated documentation files (the "Software"), to deal
43+
in the Software without restriction, including without limitation the rights
44+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45+
copies of the Software, and to permit persons to whom the Software is
46+
furnished to do so, subject to the following conditions:
47+
48+
The above copyright notice and this permission notice shall be included in
49+
all copies or substantial portions of the Software.
2750

51+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
53+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
54+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
56+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
57+
THE SOFTWARE.
2858

29-
License
30-
-------
59+
## Known Issues ##
3160

32-
The QLMarkdown code is distributed under the same terms as [peg-multimarkdown].
3361

34-
Known Issues
35-
------------
3662

63+
## Version History ##
3764

65+
### 5.0.1 - 2015-12-01 ###
3866

39-
Version History
40-
---------------
67+
* Update embedded MultiMarkdown to version 5.0.1 and synchronize version numbering.
68+
* Tweak Bundle Target properties
4169

42-
[peg-multimarkdown]: https://github.com/fletcher/peg-multimarkdown

0 commit comments

Comments
 (0)