I know this is more of a QoL type of feature, but down the road it would be nice to possibly have a safari extension for Lemmy links. It’s annoying to click on a link, and for it to go to the website instead of memmy. I don’t know if it’s possible, because I think Apollo hijacked the reddit open in app link. BUTTTT 🤞🏻 🤞🏻🤞🏻hopefully it’s possible

  • gkd@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    This is something I’d love to do, but I need to figure out the best way to do it. I’ve never done one before, but I’m sure I could figure that part out.

    My question is how do I actually know if something is a Lemmy link? Do I just see if the URL matches /c/… or /u/…? This doesn’t seem great because I’m sure other sites are using the same thing.

    I could also do a bit deeper of a check, see if it’s /u/something or even /u/something@something, but this would still be sketchy at best in my opinion.

    If anyone has any ideas, I’ll happily hear them out. It’s something I want to do as well.

      • gkd@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Unfortunately the thing about this is that it requires you have access to the server. You have to add a site association to your web server which wouldn’t work in this case. I could possibly do something with an extension though that redirects you from that site to memmy.app which would then open the app.

        The problem still though is how to actually identify a link. Just checking for /u/ or /c/ is unreliable. /post/ is slightly more reliable but I still feel like it might not be. I’d need to see how many popular services are using something like that.

        Extension finds links that contain /post/somet

        • veganslvt@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          1 year ago

          I’ll just drop this since I’m not sure if it would help at all: Apollo ,and it looks like he was redirecting through openinapollo.com. So it does look like it would redirect through memmy.app for you.

          I see what you’re talking about with the multiple servers, and that would definitely be a head scratcher.

          Since you’re definitely better at this, I guess I’ll leave that for you or someone else in the community to figure out :(

          • gkd@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            I have some ideas. There’s comment somewhere else in this thread I just made. We will experiment with this one of these days.

            I’m already running a server for this, so hosting isn’t an issue at all 🖖

    • Dark_Blade@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Oh hi, thanks for the app! Since you’re here, might I suggest messing around with the ‘up/downvote’ slide animation? I dunno why, but it feels almost…sluggish compared to Apollo as the vote arrow goes back into place.

      • SeanM
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        We’ll get to fine tuning that eventually but very low priority right now

      • RustedSwitch@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Oh, the script includes a list of known instances that would need to be maintained. I was hoping it was smarter somehow.

      • gkd@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Yup, looks like pretty much exactly what I was considering.

        As a matter of fact, the idea of just having a preset list of instances looks really good too. What I might do is this:

        1. Maintain a list of instances at https://memmy.app/allInstances.json
        2. You press a link that contains /post/, Memmy communicates with Memmy.app to retrieve that list
        3. Try to retrieve the post from the instance it is on (looks like the script uses the same idea that I figured would be correct, which is to just use the /post endpoint)
        4. Send a search request to your instance with that post title and username as that user
        5. Redirect you to that post

        We will see how it works out.

          • gkd@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            The instance list? There are a few publicly available scripts to do this (actually you can visit https://memmy.app/instances.json to see how I’m retrieving the instance info for onboarding. I’m only retrieving a few of them right now while we wait on Apple to review the initial app).

            Could just do the same thing for all instances and only retrieve the name and URL for them.