ztjhz / BetterChatGPT

An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)
http://bettergpt.chat/
Creative Commons Zero v1.0 Universal
8.19k stars 2.77k forks source link

Feature Request: Support for Automatic Line Wrapping in Markdown Output #484

Open wanzhiyu opened 1 year ago

wanzhiyu commented 1 year ago

Current Behavior: Currently, when markdown content reaches the edge of the container, it continues on the same line, requiring horizontal scrolling to view the complete line. This behavior can be inconvenient, causing users to frequently scroll back and forth, which is particularly cumbersome on devices with smaller screens or when handling documents with long lines of text.

Proposed Feature: I suggest that we implement an option to enable automatic line wrapping for markdown content. This feature would allow the content to automatically flow to the next line when it exceeds the width of its container, thereby eliminating the need for horizontal scrolling and significantly improving the readability and visual appeal of the document.

Thanks a lot!