jongalloway / jongalloway/pptx-tools
Feature: Comments and annotations — read, create, resolve
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Add tools for slide comment management.
Suggested:
- pptx_get_comments (extract all comments from presentation — author, date, text, position, associated shape)
- pptx_add_comment (add comment to specific shape/slide)
- pptx_resolve_comment (mark as resolved)
Note: Modern PowerPoint uses both legacy comments (CommentPart) and modern threaded comments.
Business value: collaborative workflows, aggregate reviewer feedback, automated review.
Complexity: Medium.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing slide and shape tool entry points, then trace how the project represents PowerPoint parts. Compare the legacy CommentPart model with modern threaded comments before scoping pptx_get_comments, pptx_add_comment, and pptx_resolve_comment. Done means comments can be read, added to a slide or shape, and marked resolved across the supported comment models.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100