Add option to open links in current window or new tab #25

Closed
opened 2026-02-20 11:14:23 -05:00 by deekerman · 7 comments
Owner

Originally created by @KodeStar on GitHub (Feb 10, 2018).

Originally created by @KodeStar on GitHub (Feb 10, 2018).
Author
Owner

@RichardUUU commented on GitHub (Mar 11, 2018):

Right now, I get a new tab sometimes, and other times I don't, particularly when navigating to a tag page and back to the home page.

@RichardUUU commented on GitHub (Mar 11, 2018): Right now, I get a new tab sometimes, and other times I don't, particularly when navigating to a tag page and back to the home page.
Author
Owner

@KodeStar commented on GitHub (Mar 11, 2018):

That sounds like it's working? Tab pages should open in the same window (as you are still within Heimdall) and apps should open in a new window (as you are going away from the app)

@KodeStar commented on GitHub (Mar 11, 2018): That sounds like it's working? Tab pages should open in the same window (as you are still within Heimdall) and apps should open in a new window (as you are going away from the app)
Author
Owner

@RichardUUU commented on GitHub (Mar 11, 2018):

Ok. I've added "apps" on each tag page that take me back to my home page. The first time I click on one of these "home apps", it creates a new tab so I am now looking at the second tab. From then on, I can click on "home apps" back and forth from home page to any tag page as much as I want, and it does not create any new tabs, even if I delete the first tab and there is only one tab left.

@RichardUUU commented on GitHub (Mar 11, 2018): Ok. I've added "apps" on each tag page that take me back to my home page. The first time I click on one of these "home apps", it creates a new tab so I am now looking at the second tab. From then on, I can click on "home apps" back and forth from home page to any tag page as much as I want, and it does not create any new tabs, even if I delete the first tab and there is only one tab left.
Author
Owner

@aptalca commented on GitHub (Apr 24, 2018):

Right now, clicking on a link in Heimdall will open it in a new tab. If one goes back to Heimdall and clicks on another link, it will be opened in the same tab as the previous click.

Could there be an option to make all clicks open in a separate new tab?
I like to be able to open multiple tabs through Heimdall simultaneously, without having them open on top of each other in the same tab

Thanks

@aptalca commented on GitHub (Apr 24, 2018): Right now, clicking on a link in Heimdall will open it in a new tab. If one goes back to Heimdall and clicks on another link, it will be opened in the same tab as the previous click. Could there be an option to make all clicks open in a separate new tab? I like to be able to open multiple tabs through Heimdall simultaneously, without having them open on top of each other in the same tab Thanks
Author
Owner

@kmlucy commented on GitHub (Apr 24, 2018):

I would prefer an option to open in the same tab, but separate new tabs would be better for how I use it than the way it currently works.

@kmlucy commented on GitHub (Apr 24, 2018): I would prefer an option to open in the same tab, but separate new tabs would be better for how I use it than the way it currently works.
Author
Owner

@kmlucy commented on GitHub (May 4, 2018):

For now, if anyone wants links to open in the same tab, just swap linuxserver/heimdall with kmlucy/docker-heimdall: https://github.com/kmlucy/docker-heimdall.

It's super hacky, but it does work. If you want separate new tabs, just change the sed command that changes "heimdallapp" to "" to "_blank".

@kmlucy commented on GitHub (May 4, 2018): For now, if anyone wants links to open in the same tab, just swap `linuxserver/heimdall` with `kmlucy/docker-heimdall`: https://github.com/kmlucy/docker-heimdall. It's super hacky, but it does work. If you want separate new tabs, just change the sed command that changes `"heimdallapp"` to `""` to `"_blank"`.
Author
Owner

@KodeStar commented on GitHub (Jun 13, 2018):

This is now done, there is a setting that lets you select the behaviour, thanks to @ullbergm it will be available in the next build (or if you are using master you can pull the changes and manually update the app version in config/app.php to a higher number to kick of the settings seeder)

@KodeStar commented on GitHub (Jun 13, 2018): This is now done, there is a setting that lets you select the behaviour, thanks to @ullbergm it will be available in the next build (or if you are using master you can pull the changes and manually update the app version in config/app.php to a higher number to kick of the settings seeder)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Heimdall-linuxserver#25
No description provided.