PlotDirector/PlotDirector.WordCompanion

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.

npm install
npm run build
npm run validate