Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Line wrapping

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
30/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, jquery
Domain
frontend

Research direction

The issue names no files or tests. Start by reproducing the overlapping lines in the web source code editor and inspect the current wrapping behavior; it is done when long input wraps without overlap and resizing continues to wrap correctly or provides a horizontal scrollbar.

Written by the indexing model from the issue text.

Description

Steps to reproduce:

  1. Keep typing. Go on. Keep going. Till you reach next line automatically.
  2. Now press enter and start typing.
  3. Look how beautifully the two lines are overlapping.

Line wrapping needs to be implemented. I guess browser is automatically wrapping it currently.

The implementation should be such that

  • incomplete words should automatically be shifted to next line
  • resizing the window should automatically change the wrapping. (or add a horizontal scrollbar).

Any better suggestions?

Dominant language
JavaScript
Stars
7
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from MFOSSociety/sourcecodearea

All issues in MFOSSociety/sourcecodearea

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.