NickColley / semaphore

Accessible, simple and fast web client for Mastodon
https://semaphore.social
GNU Affero General Public License v3.0
171 stars 27 forks source link

trouble with “hashtag” popup #76

Open mirabilos opened 12 months ago

mirabilos commented 12 months ago

Description of the issue

It’s currently impossible to write e.g. #endif + newline in Semaphore, even in a code block.

How you found the issue

Steps to reproduce the behavior:

  1. Type a post, newline, newline, three accent-gravis, newline, type #endif, newline
  2. The automatically opened popup changes this to #endisnigh or something
  3. Backspace and try again
  4. see 2.

What you expected to happen

That I can type these, at least in fenced code blocks.

Honestly, I’d prefer to not ever see the “hashtag” popup, considering its suggestions are all-lowercase when they should be CamelCase and dromedarCase for a11y reasons, so it’s a totally useless feature and, with this bug, an antifeature even.

I’d gladly welcome a global option to disable the “hashtag” popup altogether, or ripping it out (though other users might complain about the latter).