22 lines
560 B
Markdown
22 lines
560 B
Markdown
# PlotDirector Word Companion
|
|
|
|
This project contains the Microsoft Word task pane add-in shell for PlotDirector.
|
|
|
|
Phase 10B keeps the add-in deliberately small:
|
|
|
|
- The manifest adds one ribbon button: **Open PlotDirector Companion**.
|
|
- The task pane opens the PlotDirector-hosted `/word-companion` route.
|
|
- The PlotDirector page initialises Office.js only.
|
|
- No Word document APIs are called in this phase.
|
|
|
|
## Development
|
|
|
|
The development manifest URL is configured in `config/development.json`.
|
|
|
|
```powershell
|
|
npm install
|
|
npm run build
|
|
npm run validate
|
|
```
|
|
|