this post was submitted on 14 Jun 2023
18 points (100.0% liked)

Fediverse

17534 readers
31 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

So far for me the process is very convoluted:

  1. I go to https://browse.feddit.de/ and find the community.
  2. Then I need to copy it's name.
  3. Then I need to go to my particular instance (lemm.ee)
  4. Then I type manually in my browser address bar lemm.ee/c/
  5. Then I go back to https://browse.feddit.de/ and copy the address of the original instance of the community.
  6. Then I go back and add the original instance address to already typed thing in step 4 like this lemm.ee/c/@
  7. Then I can finally subscribe!

Oh my God! Please, tell me there's a better way of doing this!

EDIT: There is a better way! Solution is to ... use the search function in your instances home page and select community (if it exists already) and search. This way I don't need to go to browse.feddit.de anymore. And links will take me straight the the communities "reflection" in my own instance, where I can subscribe.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 0 points 1 year ago (1 children)

I don't know how a browser would know to open a link in a different webpage. An extension could possibly do it, an app can if you browse in it or paste into it, but at that point pasting into the search on your instance seems the same to me.

It seems a little too bad they didn't make it like a different protocol so the browser could send it to an program to handle like a mailto link, but otoh, this would mean it's not clickable just with a browser, which is less than ideal.

I guess after Mastodon I just got in the habit of copying the link to my instance search field.

[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I think it's possible with some logic basically if url and/or string meets some basic rules

!community@domain,

https://domain/c/community

ect convert to local instance community url. Update logic for local community urls to look for community if not available locally and display. So first time navigating to a community might take a little bit longer but seems very possible.

Edit: ugh some formatting issues Edit2: to be clear I've been looking at the source code to figure it out and make a pull requests to make this happen