nathank
(Nathan Kershaw)
17. Januar 2024 um 19:27
1
I’ve just noticed that when you post a link in chat, it behaves inconsistently with the behaviour in posts. This is less than ideal.
Specifically, you can’t turn off the tendency of a link to make a Onebox without a little keyboard gymnastics.
In a normal post, a simple space in front of a link prevents Onebox’ing:
discourse.org
Discourse is modern forum software for your community. Use it as a mailing list, discussion forum, long-form chat room, and more!
discourse.org
discourse.org
In chat
You must either make the link inline or wrap it as a markdown (or HTML) link manually
3 „Gefällt mir“
Firepup650
(Firepup Sixfifty)
18. Januar 2024 um 00:33
2
On a note about this, wrapping a link as if it were a html element prevents oneboxing in both posts and chat, though the outer <>
s only vanish in chat:
<discourse.org>
<discourse.org >
renato
(Renato Atilio)
18. Januar 2024 um 00:42
3
I use this trick all the time and never noticed it doesn’t work the same without the protocol… but it does with it:
<https://www.discourse.org>
becomes
https://www.discourse.org
Firepup650
(Firepup Sixfifty)
18. Januar 2024 um 00:55
4
That must be the difference, because I never remember the thing failing normally. (But I always paste in full links when I use it)