`.space` link issue

  • Bear Version: Version 2.3.6 (13032)
  • OS Version: macOS Sequoia Version 15.1.1
  • What were you doing: Frontend Developer
  • What feature did you use: just typing some body text like {text}.space
  • What happened: {text}.space become a link: https://xxx.space/, and cannot edit or remove it
  • What did you expect to happen: should be normal body text

Display screenshot:

This is by design. Like many editors, Bear does highlight things that looks like links, for example google.com. Just like .com is a top-level domain, so is .space, and xxx.space is a valid domain.

If you want it to be unlinked, you can escape the period like this xxx\.space. The backspace will be hidden along with other markers.

We could make the auto linking more restrictive if many find this to be a problem, but it is hard to find the right balance as it is also a problem having an existing domain not being linked.

1 Like

Thanks for answer me quickly. Now i can show this correctly.