From 5a3627bce6357a4da9feb26863c07825ca1a2ea0 Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Sat, 30 Mar 2019 16:59:09 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2dc22d2..e0490be 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,28 @@ ![QuickLook icon](https://user-images.githubusercontent.com/1687847/29485863-8cd61b7c-84e2-11e7-97d5-eacc2ba10d28.png) -# QuickLook.Plugin.HelloWorld +# QuickLook.Plugin.OfficeViewer (Native) -This plugin illustrates the development process of [QuickLook](https://github.com/QL-Win/QuickLook). +This plugin renders MS Word, Excel, and PowerPoint files with native components provided by existing `Microsoft Office suite` or `WPS Office`. + +## Differences with [`OfficeViewer`](https://github.com/QL-Win/QuickLook.Plugin.OfficeViewer) + +1. **`OfficeViewer-Native` requires an `Microsoft Office suite` or `WPS Office` installation,** whereas `OfficeViewer` does not. +2. `OfficeViewer-Native` renders documents better than ``OfficeViewer`` in most cases. ## Try out -1. Go to [Release page](https://github.com/QL-Win/QuickLook.Plugin.HelloWorld/releases) and download the latest version. +1. Go to [Release page](https://github.com/QL-Win/QuickLook.Plugin.OfficeViewer-Native/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. Create a file, change its extension to `.zzz`. -6. Select the file and press Spacebar. +5. Select the file and press Spacebar. ## Development 1. Clone this project. Do not forget to update submodules. 2. Build project with `Release` profile. 3. Run `Scripts\pack-zip.ps1`. - 4. You should find a file named `QuickLook.Plugin.HelloWorld.qlplugin` in the project directory. + 4. You should find a file named `QuickLook.Plugin.OfficeViewer.qlplugin` in the project directory. ## License