mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[GH-ISSUE #177] Provide option to wrap lines #107
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @savyajha on GitHub (Jul 18, 2025).
Original GitHub issue: https://github.com/matze/wastebin/issues/177
It would be good to have an option to wrap lines. I would like to use wastebin to share snippets of prose (written in markdown) which tends to not have hard line breaks.
@matze commented on GitHub (Jul 18, 2025):
Please go into detail. You mean wrapping via CSS depending on the browser viewport? Or processing the data to insert line breaks?
@savyajha commented on GitHub (Jul 18, 2025):
The former, ideally with an option to enable/disable this behaviour in the UI/config.
@matze commented on GitHub (Jul 19, 2025):
I'm open to the idea but: 1) at most it will be an additional keybind to toggle and 2) I won't do it in the foreseeable future because layouting is already finicky. So it's up for grabs.
@savyajha commented on GitHub (Jul 21, 2025):
I'll see if I can find time and submit a PR. I'll keep this open till then. :)
@matze commented on GitHub (Oct 20, 2025):
This was implemented with #186.