An open API service indexing awesome lists of open source software.

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

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
```