You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.markdown
+40-13Lines changed: 40 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction ##
4
4
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.
6
6
7
7
But in order to fix it, it just made more sense to start over.
8
8
@@ -14,29 +14,56 @@ To install, simply put the "MultiMarkdown QuickLook" file in:
14
14
15
15
~/Library/QuickLook
16
16
17
-
To uninstall, simply remove it.
17
+
To make sure that this version is used, run `qlmanage -r` in the Terminal.
18
18
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`.
20
20
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 ##
21
25
22
-
Downloads
23
-
---------
24
26
25
27
Source code is available at <http://github.com/fletcher/MMD-QuickLook>.
26
28
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.
27
50
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.
28
58
29
-
License
30
-
-------
59
+
## Known Issues ##
31
60
32
-
The QLMarkdown code is distributed under the same terms as [peg-multimarkdown].
33
61
34
-
Known Issues
35
-
------------
36
62
63
+
## Version History ##
37
64
65
+
### 5.0.1 - 2015-12-01 ###
38
66
39
-
Version History
40
-
---------------
67
+
* Update embedded MultiMarkdown to version 5.0.1 and synchronize version numbering.
0 commit comments