SpacingBat3 / WebCord

A Discord and SpaceBar :electron:-based client implemented without Discord API.
MIT License
1.88k stars 93 forks source link

Separating one option into two different options #441

Closed rado84-github closed 1 year ago

rado84-github commented 1 year ago

Can you separate this "Visualize emoticons, mentions and mark spelling as you write" into two different options ("emoticon visualization" and "spellcheck")? Bc I wanna have visualization of emoticons but I don't want spellcheck and it's freaking annoying to have spellcheck in order to have emoticons visualization. Not to mention that these have nothing in common and it's illogical for them to be together in one single option.

SpacingBat3 commented 1 year ago

I'm pretty sure you mention Discord setting (not even sure which tbh), which shouldn't affect the setting of browser spellcheck at all (it is handled by WebCord/Electron itself in similar way as in Chrome). Maybe they could mark the input boxes for browsers that they shouldn't use the spellcheck, but it is Discord setting and WebCord does not really have a way to control how it behaves and possibly shouldn't as well.

Also, as this issue ticket lacks necessary data for me to work on it (i.e. which version of WebCord were you using? there are many builds, some even are provided by the community and might not receive support by me).

As of disabling the spellcheck in WebCord, I'm pretty sure there was already made a feature request ticket in bug tracker. As it fits low effort feature request maybe I'll actually implement this soon.

Either way, this issue ticket will be marked as invalid and you might want to report this to Discord support instead anyway for Chromium browsers if it is reproducible here as well.

rado84-github commented 1 year ago

This "issue" lacks the necessary data because I clicked on "Feature suggestion" and github opened a field to write text. So I thought it would automatically be marked as such.

OK, so to clarify: I'm using WebCord as an installed application, not as a web browser: aur/webcord-bin 4.3.0-1 [installed] [4+] [1.24%] [1 Jul 2023] A Discord and SpaceBar Electron-based client implemented without Discord API (binary release) So, the version is 4.3.0-1.

And I was talking about this feature to be separated into two different options:

Picture_created_12-07-2023_17-14-05

As I said, I like the first two features but I don't want syntax markdown. If I disable that option, emojis and mentions won't be displayed. The first two features have nothing in common with syntax markdown, so I don't understand why they were united into one single option.

SpacingBat3 commented 1 year ago

And I was talking about this feature to be separated into two different options:

Yeah, that's Discord implementation, splitting their features would be a bit of a challenge, especially when Discord could just change stuff on their own and break anything that WebCord does. That's the reason why I avoid doing such things, at least until there will be WebCord successor.