Is there a way to open links in new windows? I can’t find anything in the settings and it’s kind of annoying. Thanks

  • slazer2au@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    10 months ago

    No there isn’t, you need to press you middle mouse button to open in a new tab.

    There has been plenty of discussion about it on the GitHub page but the pull request was rejected.

    • KillAllPoorPeople@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      3
      ·
      edit-2
      10 months ago

      That’s really unfortunate to not have, and it leaves a bad taste in the mouth to hear that from the devs.

      Thanks for the reply.

      • PaulDevonUK@lemmy.world
        link
        fedilink
        arrow-up
        5
        arrow-down
        3
        ·
        10 months ago

        Middle click instead of left click is too hard for you?

        Why expect the dev’s to bother coding for something you already have?

        • KillAllPoorPeople@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          arrow-down
          2
          ·
          10 months ago

          I have no idea what the person I replied to is saying is true or not, but if the issue was rejected and closed by devs, that means the devs don’t want anyone coding it. There’s a difference between devs not wanting to “waste” resources and devs essentially power tripping over what’s a minor change, right?

        • KillAllPoorPeople@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          10 months ago

          It’s called a quality of life feature that plenty of other websites use and plenty of people take advantage of. Even though people could hold control or use the middle mouse button, there must be a reason they don’t, right?

  • sinokon@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    10 months ago

    There are attributes in the my_user for it, however even setting it to true via API as there are no “settings” for it yet on my account does nothing as there is no functionality implemented at the moment as far I understand:

    spoiler
    "my_user": {
        "local_user_view": {
            "local_user": {
                "id": removed_for_privacy,
                "person_id": 637014,
                "email": "removed_for_privacy",
                "show_nsfw": true,
                "theme": "browser",
                "default_sort_type": "Active",
                "default_listing_type": "Local",
                "interface_language": "browser",
                "show_avatars": true,
                "send_notifications_to_email": false,
                "validator_time": "removed_for_privacy",
                "show_scores": true,
                "show_bot_accounts": true,
                "show_read_posts": true,
                "show_new_post_notifs": false,
                "email_verified": true,
                "accepted_application": true,
                "open_links_in_new_tab": true,
                "infinite_scroll_enabled": true
            },
    

    But damn it would be a nice feature tho.