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
This plugin illustrates the development process of [QuickLook](https://github.com/QL-Win/QuickLook).
6
+
7
+
## Try out
8
+
9
+
1. Go to [Release page](https://github.com/QL-Win/QuickLook.Plugin.HelloWorld/releases) and download the latest version.
10
+
2. Make sure that you have QuickLook running in the background. Go to your Download folder, and press <key>Spacebar</key> on the downloaded `.qlplugin` file.
11
+
3. Click the “Install” button in the popup window.
12
+
4. Restart QuickLook.
13
+
5. Create a file, change its extension to `.zzz`.
14
+
6. Select the file and press <key>Spacebar</key>.
15
+
16
+
## Development
17
+
18
+
1. Clone this project. Do not forget to update submodules.
19
+
2. Build project with `Release` profile.
20
+
3. Run `Scripts\pack-zip.ps1`.
21
+
4. You should find a file named `QuickLook.Plugin.HelloWorld.qlplugin` in the project directory.
0 commit comments