From da222a12007287cd795497e57f185f042cab72e3 Mon Sep 17 00:00:00 2001 From: Freist Li Date: Mon, 29 Apr 2024 15:09:37 +0800 Subject: [PATCH] Create README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5a0a06 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# Quick Start + +## Publish Proofread Addin as Static Web App + +Follow steps in: + +https://learn.microsoft.com/en-us/office/dev/add-ins/publish/publish-add-in-vs-code + +## Modify Manifest.xml + +Get the published static web site url, to replace https://localhost:3000 in the manifest.xml. + +## Side load manifest.xml to your Word: + +https://learn.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing#manually-sideload-an-add-in-to-office-on-the-web + +- Open new word doc from web portal + + https://www.office.com/launch/Word/ + +- Create a new Word doc, click File + + ![image](https://github.com/freistli/ProofreadAddin/assets/8623897/668b9780-b669-4669-b386-72945c2a9e9f) + +- Click Get Add-In -> More Add-ins + + ![image](https://github.com/freistli/ProofreadAddin/assets/8623897/e57716da-67ae-4368-95e7-d212f5fd96eb) + +- Click My ADD-INS -> Upload My Add-in + +![image](https://github.com/freistli/ProofreadAddin/assets/8623897/d791299c-706e-49e2-a7d2-2f451f3c7a92) + +- In the Word interface, click Show TaskPane + +![image](https://github.com/freistli/ProofreadAddin/assets/8623897/751892dc-8ecc-445b-ae27-3e190f9fabaf)