Microsoft Word anchored comments
A task pane + ribbon button. Reviews each citation, jumps to it in the document, and inserts a
color-coded, anchored Word comment with the fix. Files live in plugins/word/.
- Serve the add-in files over HTTPS (Office requires it). From
plugins/word/:npx office-addin-dev-certs install npx http-server . -p 3000 -S \ -C ~/.office-addin-dev-certs/localhost.crt \ -K ~/.office-addin-dev-certs/localhost.key - Start the Brief Guard API —
./run.sh(serveshttp://localhost:8000). - Sideload the manifest.
Mac: copy
manifest.xmlinto~/Library/Containers/com.microsoft.Word/Data/Documents/wef/and restart Word. Windows: share a folder withmanifest.xmland add it under Trust Center → Trusted Add-in Catalogs. Web: Insert → Add-ins → Upload My Add-in. - Run it. Home tab → Brief Guard group → Verify Citations. Per card: Go to selects the citation; Add comment anchors a comment. Or Verify & Comment to annotate every issue at once.
http://localhost:8000).
Word's pane runs on your machine, so it can reach localhost directly.Needs Word with WordApi 1.4+ for anchored comments (Microsoft 365 / Word on the web);
older builds fall back to highlighting. Full guide: plugins/word/README.md.