Use case or problem
I use the internal web browser to keep things all in the same window, I find it super useful, however sometimes I need to open a link in my default browser because I am logged into some account there (think Github, Google suite, etc).
I could log in to these services on my internal browser, but I would rather leave the accounts on one browser. It allows me to add tracking and custom ad blockers to my sessions and most of the time, I need the webpage open for more than length of an obsidian tab.
Proposed solution
I propose adding a regex filter, or hostname validation or similar that, when configured, will always open a link in the default browser.
Essentially the idea is a list of values that match URLs, say https://github.com/*. If a URL matches that value then it should open in the default browser, otherwise it opens in the internal browser if enabled.
Current workaround (optional)
No current workaround, right clicking and selecting default browser is the current solution (or copy/pasting)
Related feature requests (optional)
N/A