python-discord / meta

Issue tracker for suggestions and other questions relating to our community
https://pythondiscord.com
30 stars 5 forks source link

Align list in #how-to-get-help message for compact mode #47

Closed Numerlor closed 3 years ago

Numerlor commented 4 years ago
With the compact mode enabled, the starting line continues inline after the nick, making the first item in the message's list enabled. This can be solved by adding some whitespace like the zero width space (U+200b) and a newline after it, however it will also add an empty line when viewed using the cozy mode compact cozy
fadedmax commented 3 years ago

YES! please make this happen, i dont care what you have to do, but as a compact mode user for over 2 years, a discord user for over 4, this would be so much better for us compact mode people.

SebastiaanZ commented 3 years ago

The vast majority of our users use "cozy"-mode, though. Making this change would make the formatting worse for the majority of users, while the current situation is completely in line with how "compact"-mode always works.

hedyhli commented 3 years ago

How about displaying the whole how-to-get-help message as an embed? That might make it look consistent on different modes

fadedmax commented 3 years ago

@hedythedev Even better.

fadedmax commented 3 years ago

I think putting this in a embed would be the best solution @SebastiaanZ

jb3 commented 3 years ago

I'm not sure I agree. Having seen some users experiencing issues with embeds recently I'm less thrilled about the idea of putting important content inside them.

The way Discord's appearance settings choose to display embeds is odd, the "embed links when pasted in chat" option disables embeds which many users are not aware of.

SebastiaanZ commented 3 years ago

I don't like embeds here either. The support for embeds cross-platform is not unified, meaning that embeds are displayed differently on different platforms and that updates to embed rendering hit platforms at different times, often breaking something one one platform only. That's not a good situation to have for important information.

Moreover, as @jb3 mentions, some users have embeds disabled, leading to the information not being visible for them at all.

I think the question boils down to weighing making the message rending slightly worse for a lot of users or slightly better for fewer users (despite the current rendering just being the default for the viewing mode they've chosen).

SebastiaanZ commented 3 years ago

I've added this to the new version in how-to-get-help. I haven't heard complaints about the empty line in cozy mode yet, so I guess it's all good.

fadedmax commented 2 years ago

Know this issue is closed, but this appears to have been de-fixed in march 2021. A bit late but nontheless

image