@@ -18,26 +18,26 @@ You can also customise the plugin to determine which files it previews. See [*Cu
18
18
19
19
* [ Download the latest version of QuickLookStephen] (
20
20
https://github.com/downloads/whomwah/qlstephen/QLStephen.qlgenerator.zip )
21
- * Unzip
22
- * Copy the file into ` /Library/QuickLook ` or ` ~/Library/QuickLook `
21
+ * Unzip
22
+ * Copy the file into ` /Library/QuickLook ` or ` ~/Library/QuickLook `
23
23
(You can create the ` QuickLook ` folder if it doesn’t exist)
24
24
25
25
26
26
### Manually Compiled
27
27
28
- Compliling the project yourself? Just copy the generated ` QLStephen.qlgenerator `
28
+ Compliling the project yourself? Just copy the generated ` QLStephen.qlgenerator `
29
29
file into the relevant ` QuickLook ` folder (as above).
30
30
31
31
32
32
33
33
## Customizing white/black lists - Step by Step
34
34
35
- Want to change the current behaviour? Just follow the instructions below.
35
+ Want to change the current behaviour? Just follow the instructions below.
36
36
37
- ** Note:**
38
- Plists used here are not same as user defaults, so you won’t find
39
- them in ` ~/Library/Preferences ` . Instead, you need to edit the plist
40
- files inside the bundle—in this case, the plugin file:
37
+ ** Note:**
38
+ Plists used here are not same as user defaults, so you won’t find
39
+ them in ` ~/Library/Preferences ` . Instead, you need to edit the plist
40
+ files inside the bundle—in this case, the plugin file:
41
41
` QLStepehen.qlgenerator ` .
42
42
43
43
@@ -63,8 +63,8 @@ Plist files:
63
63
64
64
If you’ve installed the plugin, but don’t see any changes:
65
65
66
- - Make sure you are editing (a) the correct plist of (b) the correct bundle.
67
- (For example, you might have two ` QLStephen ` plugins. It’s possible the plugin in
66
+ - Make sure you are editing (a) the correct plist of (b) the correct bundle.
67
+ (For example, you might have two ` QLStephen ` plugins. It’s possible the plugin in
68
68
another directory—perhaps ` /Library/QuickLook/ ` —is what is being read.)
69
69
- Run ` qlmanage -r ` in the Terminal. (This will restart QuickLook, which reloads all plugins.)
70
70
@@ -83,7 +83,8 @@ Special thanks to the following people for submitting patches:
83
83
* [ Guillermo Ignacio Enriquez Gutierrez] ( https://github.com/nacho4d )
84
84
* [ Rob Lourens] ( https://github.com/roblourens )
85
85
* [ Avi Flax] ( https://github.com/aviflax )
86
- * [ Tony] (https://github.com/Zearin )
86
+ * [ Tony] ( https://github.com/Zearin )
87
+ * [ Nicholas Hutchinson] ( https://github.com/nickhutchinson )
87
88
88
89
89
90
## Contributing
0 commit comments