You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when I start typing [email protected], it will auto-suggest links and then convert it into a markdown link, linking to that community directly. This works naturally, but it break the flow of the user browsing by transporting them to another instance which of course then prevents them from subscribing to it.
I also don't want the autocomplete to use the writer's own instance either as that link won't work well for any user user from other instances.
Describe the solution you'd like.
What I want to suggest is that a text in the form of [email protected] is automatically parsed by the Lemmy UI as a link without needing markdown. When this happens, the link should always point to the user's own instance. So for example if I'm clicking on the link [email protected] that I found in the comments of a post in lemmy.fmhy.ml while I'm browsing it as @[email protected], then that link should automatically link me to https://lemmy.dbzer0.com/c/[email protected]
Whereas someone logged in from lemmy.ml clicking the same link would be directed to https://lemmy.ml/c/[email protected]
This would natively allow both users to subscribe and comment in that community, without breaking their flow.
Describe alternatives you've considered.
The alternatively is the very disruptive process of editing one's own URL, or using the search option extra. None of which are particularly user friendly.
EDIT: I just realized one can use the markdown link format [/c/[email protected]] to achieve the same effect, but this is not done by default with the autocomplete function. If the autocomplete would fill in the relative link instead of the absolute, that would also work
Additional context
By smartly linking communities using each user's currently logged-in instance, it makes the lemmyverse seem way more natural and interconnected.
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
Currently, when I start typing
[email protected]
, it will auto-suggest links and then convert it into a markdown link, linking to that community directly. This works naturally, but it break the flow of the user browsing by transporting them to another instance which of course then prevents them from subscribing to it.I also don't want the autocomplete to use the writer's own instance either as that link won't work well for any user user from other instances.
Describe the solution you'd like.
What I want to suggest is that a text in the form of
[email protected]
is automatically parsed by the Lemmy UI as a link without needing markdown. When this happens, the link should always point to the user's own instance. So for example if I'm clicking on the link[email protected]
that I found in the comments of a post inlemmy.fmhy.ml
while I'm browsing it as@[email protected]
, then that link should automatically link me tohttps://lemmy.dbzer0.com/c/[email protected]
Whereas someone logged in from
lemmy.ml
clicking the same link would be directed tohttps://lemmy.ml/c/[email protected]
This would natively allow both users to subscribe and comment in that community, without breaking their flow.
Describe alternatives you've considered.
The alternatively is the very disruptive process of editing one's own URL, or using the search option extra. None of which are particularly user friendly.
EDIT: I just realized one can use the markdown link format
[/c/[email protected]]
to achieve the same effect, but this is not done by default with the autocomplete function. If the autocomplete would fill in the relative link instead of the absolute, that would also workAdditional context
By smartly linking communities using each user's currently logged-in instance, it makes the lemmyverse seem way more natural and interconnected.
The text was updated successfully, but these errors were encountered: