Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default tab group #228

Closed
yonkavalow opened this issue Aug 22, 2018 · 2 comments
Closed

Default tab group #228

yonkavalow opened this issue Aug 22, 2018 · 2 comments

Comments

@yonkavalow
Copy link

With your addon I have 3 tab groups.

  1. my main group
  2. specific subject Can't switch to tab group with 0 tabs #1
  3. specific subject Implement "Hide Tabs" API #2

Groups 2 and 3 have regex rules to catch tabs.

If I open a link that doesnt match those expressions i would like for it to open in my main default tab group.
At the moment the behavior is that that new url will open in whatever window I used last.

Thanks! I love this addon.

@Draghmar
Copy link

Couldn't this be resolved by creating negative regex? So you have two positive regex for moving to 2 and 3 and then third that would catch everything that is not fitting for 2 and 3.
I don't know if it's possible because I don't use this functionality with STG.

@tonycpsu
Copy link

@Drive4ik , any reason why this was closed? I think there's a legitimate feature request here, and I don't see a way to do this with regexes that scales well to more than a handful of expressions.

What I'd like to see is a setting in the extension options that lets you pick a "catch all" tab group, e.g. "Open tabs in group _ by default". If a newly-opened tab doesn't match any of the regexes for the other groups, it lands in the catch all group. Any chance this could be put on the to-do list for a future enhancement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants