-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |