From 802d5c30508559b2e5dbc61ece81591c064a724e Mon Sep 17 00:00:00 2001 From: dajiaohuang Date: Fri, 11 Sep 2026 01:01:30 +0800 Subject: [PATCH] docs: add Outlook, Outlook Calendar, and OneDrive to the plugin table The marketplace lists 70 plugins but the README table documents 67. Outlook, Outlook Calendar, and OneDrive were added in #276 and never given table rows, so they are not discoverable from the README. Adds the three rows in the existing format. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c239f8564..9ccef7cb1 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc | `hunter` | [Hunter](third_party/hunter/) | Cursor | Integrations | Find and verify emails, discover companies, and save leads. | | `gamma` | [Gamma](third_party/gamma/) | Cursor | Integrations | Generate presentations, documents, and webpages. | | `teams` | [Teams](third_party/teams/) | Cursor | Productivity | Search, read, and send Microsoft Teams chats and channel messages. | +| `outlook` | [Outlook](third_party/outlook/) | Cursor | Productivity | Search, read, and send Microsoft Outlook email, and look up contacts. | +| `outlook-calendar` | [Outlook Calendar](third_party/outlook-calendar/) | Cursor | Productivity | List, create, update, and cancel Microsoft Outlook calendar events. | +| `onedrive` | [OneDrive](third_party/onedrive/) | Cursor | Productivity | Browse, search, and read Microsoft OneDrive files. | Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest). ## Repository structure