OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
654 stars 93 forks source link

Manage comments using office.js API in PowerPoint app from an Office Addin. #4359

Open igondiu opened 2 months ago

igondiu commented 2 months ago

Hello ! I'm working on a very cool project that helps create better presentations, the idea is to create comments on slides or slide shapes in PowerPoint Application, but unfortunately Office.js for powerpoint doesn't allow this. In Office.js for Word there is this class named "Comment" (Word.Comment), here is the documentation of this class: https://learn.microsoft.com/en-us/javascript/api/word/word.comment?view=word-js-preview It works very well, I tried to find the equivalent in PowerPoint but there isn't any way to achieve this in PowerPoint. Could you please implement the same Class Comment for PowerPoint ? you already did this for Word, I guess duplicating it for PowerPoint will take you minutes and the impact of this feature will be huge because my research shows that a lot of developpers need this feature. Thank you !

EsterBergen commented 2 months ago

@igondiu - Thanks for reaching out! You're correct that this is not currently available in PowerPoint. For new feature request, we would like to suggest you go to https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform and see if your question has already been asked or ask a new question. Feature requests on it are considered when we go through our planning process.