-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Separate mentions at the beginning of a post #97
Comments
I assume you mean these Solving this is difficult, because these mentions are part of the HTML as sent by Mastodon. So removing them would require rewriting the HTML, which is complicated and error-prone. Replies from Lemmy dont have this problem because Lemmy doesnt include parent mentions in the comment HTML, but writes them to the metadata automatically. |
There could be a lot of unforseen problems in actually rewriting and saving an altered version html sent from mastodon and twitter-type ones. But it could be solved in the front ends, by grouping mentions, and putting them behind a |
Same issue in lemmy-ui repo: LemmyNet/lemmy-ui#1019 I think its better to implement it there, so that Lemmy backend doesnt have to do any HTML parsing and editing. Doing that in lemmy-ui should be easier. |
Actually this issue was originally opened for lemmybb, so solving it in lemmy-ui doesn't help. |
This is something that the front-ends should handle IMO, because its an issue of representation of data. Different front ends might collapse these mentions in different ways, or not at all. |
Is your proposal related to a problem?
The longer discussions run, the more likely the display of addressed users will be distracting. Then follows a 'No, I don't think so' on 6-7 handles. To me, the display of the mention here seems more disturbing than useful.
Describe the solution you'd like
I would find it ideal if the handles appear next to the date, so that they are on the one hand visible for traceability, but do not disturb the reading flow. Or a separate line below the date in the same small font size. Or, if there's no other way, they should be completely hidden, as in the case of Elk and the bird.
Describe alternatives you've considered
Discuss topics on lemmyBB via Elk 😉
Additional context
No response
The text was updated successfully, but these errors were encountered: