QuickLook plugin for previewing various file types with WebViewPlus.
- Go to Release page and download the latest version.
- Make sure that you have QuickLook running in the background. Go to your Download folder, and press Spacebar on the downloaded
.qlplugin
file. - Click the “Install” button in the popup window.
- Restart QuickLook.
- To configure which file types to preview via WebViewPlus, open an html file and click the gears button on the bottom right.
- Clone this project. Do not forget to update submodules.
- Copy WebViewPlus web app to
webApp
or set plugin configWebAppUrl
- seeWebpagePanel.cs
- Set
Output path
inDebug
configuration to something like..\QuickLook.upstream\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.WebViewPlus\
- Build plugin project with
Debug
profile - Build and run upstream Quicklook with
Debug
profile
- Build project with
Release
profile. - Run
Scripts\pack-zip.ps1
. - You should find a file named
QuickLook.Plugin.WebViewPlus.qlplugin
in the project directory.
MIT License.