mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:56 -05:00
[Enhancement]: Open External Links in a New Tab #3111
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf#3111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eMUQI on GitHub (Aug 5, 2025).
Type of Enhancement
Web Interface/Frontend
Describe the Feature/Enhancement
Change the default behavior for all external hyperlinks in the web client so that they open in a new browser tab (
target="_blank").Currently, clicking a link in a podcast shownote or the changelog navigates the user away from Audiobookshelf in the current tab. This proposal is to have those links open in a new tab instead, which is standard behavior for most web applications and prevents disruption.
Why would this be helpful?
This will provide a seamless, non-disruptive user experience.
Use Case: When listening to a podcast, I want to click a link in the shownotes without my audio stopping.
Problem: Clicking links navigates away from the app, stopping playback.
Solution: Opening links in a new tab allows audio to continue playing uninterrupted.
Future Implementation (Screenshot)
There is no change to the visual UI itself. The change is purely behavioral.
Audiobookshelf Server Version
v2.27.0
Current Implementation (Screenshot)
No response