Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mooflu/quicklook.plugin.webviewplus
QuickLook plugin for previewing various file types with WebViewPlus
https://github.com/mooflu/quicklook.plugin.webviewplus
Last synced: about 2 months ago
JSON representation
QuickLook plugin for previewing various file types with WebViewPlus
- Host: GitHub
- URL: https://github.com/mooflu/quicklook.plugin.webviewplus
- Owner: mooflu
- License: mit
- Created: 2022-12-21T01:27:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T21:37:10.000Z (5 months ago)
- Last Synced: 2024-08-20T23:25:44.605Z (5 months ago)
- Language: C#
- Size: 41 KB
- Stars: 32
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![image](https://user-images.githubusercontent.com/693717/210183526-1708c821-172e-4c71-9b02-2a9885654505.svg)
# QuickLook.Plugin.WebViewPlus
[QuickLook](https://github.com/QL-Win/QuickLook) plugin for previewing various file types with [WebViewPlus](https://github.com/mooflu/WebViewPlus).
## Try out
1. Go to [Release page](https://github.com/mooflu/QuickLook.Plugin.WebViewPlus/releases) and download the latest version.
2. Make sure that you have QuickLook running in the background. Go to your Download folder, and press Spacebar on the downloaded `.qlplugin` file.
3. Click the “Install” button in the popup window.
4. Restart QuickLook.
5. To configure which file types to preview via WebViewPlus, open an html file and click the gears button on the bottom right.## Development
1. Clone this project. Do not forget to update submodules.
2. Copy WebViewPlus web app to `webApp` or set plugin config `WebAppUrl` - see `WebpagePanel.cs`
3. Set `Output path` in `Debug` configuration to something like `..\QuickLook.upstream\Build\Debug\QuickLook.Plugin\QuickLook.Plugin.WebViewPlus\`
4. Build plugin project with `Debug` profile
5. Build and run upstream Quicklook with `Debug` profile# Release
1. Build project with `Release` profile.
2. Run `Scripts\pack-zip.ps1`.
3. You should find a file named `QuickLook.Plugin.WebViewPlus.qlplugin` in the project directory.## License
MIT License.