micro-editor / micro-editor/micro
soft wrap in ft:markdown should avoid wrapping tables
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
Description of the problem or steps to reproduce
Open a markdown file with tables in it. Enable soft wrap. Also tables are wrapped, making them unreadable.
It would be useful to add an option to avoid soft wrapping of lines starting with |
Specifications
Commit hash: 225927b9
OS: Ubuntu 20.04
Terminal: gnome-terminal
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
Start by tracing the ft:markdown soft-wrap handling in the Go codebase and identify where lines beginning with | are wrapped. Reproduce the issue with a Markdown table, then implement and verify the requested behavior or option so table rows remain readable when soft wrapping is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100