jongalloway / jongalloway/thumbnail-generator
Line break control
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 10
Description
For the title and subtitle, it could be helpful to allow control over the line breaks. For example, here:
I'd like to write it as:
Performance improvements
in C# Dev Kit 11.0
Or:
Performance
improvements in
C# Dev Kit 11.0
The goal being to prevent the product name being split across lines.
Contributor guide
No contributing guide indexed for this repository
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
No files or tests are named. Start by locating the title and subtitle rendering entry point, then trace how text is laid out in generated thumbnails. Implement a way to preserve the requested line grouping and verify that titles such as “Performance improvements in C# Dev Kit 11.0” avoid splitting the product name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100