https://github.com/rpggio/word-js-docs
Extract of the Word-specific TypeScript defs and JS API samples, for your AI to ingest
https://github.com/rpggio/word-js-docs
cursorai msword
Last synced: 6 months ago
JSON representation
Extract of the Word-specific TypeScript defs and JS API samples, for your AI to ingest
- Host: GitHub
- URL: https://github.com/rpggio/word-js-docs
- Owner: rpggio
- Created: 2025-03-07T19:39:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T17:17:44.000Z (10 months ago)
- Last Synced: 2025-06-11T16:28:16.750Z (7 months ago)
- Topics: cursorai, msword
- Language: TypeScript
- Homepage: https://rpggio.github.io/word-js-docs/
- Size: 6.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word JS docs
Extract of the Word-specific TypeScript defs and JS API samples, for your AI to ingest.
Sources:
- https://www.npmjs.com/package/@microsoft/office-js
- https://github.com/OfficeDev/office-js-snippets/tree/main/samples/word
Sources copied 3/7/2025, not synchronized with latest.
## Browsable URL
https://rpggio.github.io/word-js-docs/
## Usage with Cursor IDE
Cursor cannot crawl these docs for some reason, so you must clone this repo and add `docs` dir to your IDE workspace 🤷♂️.
## Update
Generate markdown from yaml files:
```
npm install
npm run gen-docs
```