feature request: shorten quotes when messages are long #1
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lester/flashii-chat-userscripts#1
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?
This isn't so much a necessity for short messages, but when people are replying to really long/multiline messages things get a little ridiculous in the backlog. Maybe if a message exceeds a certain length strip it down to
[quote]First part of the message ... last part of the message.[/quote]
. That should still perfectly do the job at conveying exactly what is being replied to. I don't have an example screenshot or w/e to show because this is a response to something that happened yesterday I think? Like three people all responded to the same very long messages LOLI don't use the userscript myself because as the main developer of the software I think I should run things raw, but I do think you did a great job with this!
Thanks for the suggestion flash, exactly the kind of feedback I'm looking for as I can't really test all cases myself. Initially I only limited the preview but I now can see why it'd be a problem in chat.
I've implemented a slicing function in the latest commit so both the preview and actual quote content is limited to ~100 chars (approx as not to cut off in the middle of a word).
Now I hope the script auto-updates on everyone else's end.