6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python123,207 stars (123,207 stars)8,330 forks (8,330 forks)batch import
enhancementgood first issue
Description
Would this work for chm help files?
Contributor guide
- Tech stack
- python
- Domain
- toolingdocumentation
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- needs maintainer response
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Python basicsCHM file format
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Research the structure of the markitdown repository, particularly how existing file formats (e.g., .docx, .pdf) are implemented. Understand the CHM file format specification and explore available Python libraries for parsing CHM files (e.g., pychm). Check the issue comments for any maintainer suggestions or requirements. Propose a clear implementation plan before coding.