I am trying to link another thread in my current post.
For this example, i’ll use this thread: Configure tag color https://meta.discourse.org/t/configure-tag-color/93372
.
I noticed there are 2 ways in which text is transformed to a link:
The normal just-copy-the-whole-link way:
link: Configure tag color
actual text:https://meta.discourse.org/t/configure-tag-color/93372
alternate version of the same way:
link: Configure tag color
actual text:[Configure tag color](https://meta.discourse.org/t/configure-tag-color/93372)
which contains the website domain name (https://meta.discourse.org
).
And the domain-independent way:
link: Configure tag color
actual text:[Configure tag color](/t/configure-tag-color/93372)
which doesn’t contain https://meta.discourse.org
in front .
I consider this second way to be pretty darn cool coz it handles a possible domain name change w/o any problem.
Is there a reason why this feature is not done automatically for all linked same forum topics?
Eg: i paste https://meta.discourse.org/t/configure-tag-color/93372
and it is automagically converted to [Configure tag color](/t/configure-tag-color/93372)
(or is converted when i click save)