Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FY2019 Q4 Scheduled quarterly refresh - Office Addins Module #01 #520

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Expand Up @@ -4,13 +4,13 @@ This folder contains demos for the Building Office Add-ins for Word module.

## Demos

- [Text and Formatting](./Demos/01%20Text%20and%20Formatting)
- [Images, HTML and Tables](./Demos/02%20Images%20HTML%20and%20Tables)
- [Content Controls](./Demos/03%20Content%20Controls)
- [Text and Formatting](./01%20Text%20and%20Formatting)
davidchesnut marked this conversation as resolved.
Show resolved Hide resolved
- [Images, HTML and Tables](./02%20Images%20HTML%20and%20Tables)
- [Content Controls](./03%20Content%20Controls)

## Running demonstrations

Each demonstration includes a finished solution in its respective folder. If you want to run a finished project, clone the respository, run **npm install** (from the solution folder directory), then **npm run start** and follow one of these methods to sideload and test the Office Add-in.
Each demonstration includes a finished solution in its respective folder. If you want to run a finished project, clone the repository, run **npm install** (from the solution folder directory), then **npm run start** and follow one of these methods to sideload and test the Office Add-in.

* Windows: [Sideload Office Add-ins on Windows](https://docs.microsoft.com/en-us/office/dev/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins)
* Word Online: [Sideload Office Add-ins in Office Online](https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing#sideload-an-office-add-in-on-office-online)
Expand Down
9 changes: 5 additions & 4 deletions OfficeAddin/01 Building Add-ins for Microsoft Word/README.md
Expand Up @@ -26,10 +26,11 @@ This module has been recorded and is available in the Office Development YouTube

## Version history

| Version | Date | Comments |
| ------- | ------------- | ---------------- |
| 1.1 | June 28, 2018 | Added screencast |
| 1.0 | June 8, 2018 | Initial release |
| Version | Date | Comments |
| ------- | ------------- | ----------------- |
| 1.2 | Sept 14, 2018 | Quarterly refresh |
| 1.1 | June 28, 2018 | Added screencast |
| 1.0 | June 8, 2018 | Initial release |

## Disclaimer

Expand Down