QuickLook.Plugin.WebViewPlus
QuickLook plugin for previewing various file types with WebViewPlus.
Try out
- 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.
Development
- Clone this project. Do not forget to update submodules.
- Copy WebViewPlus web app to
webApp
or set plugin config WebAppUrl
- see WebpagePanel.cs
- Set
Output path
in Debug
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
Release
- Build project with
Release
profile.
- Run
Scripts\pack-zip.ps1
.
- You should find a file named
QuickLook.Plugin.WebViewPlus.qlplugin
in the project directory.
License
MIT License.