Tree Tabs
-
@dsl101 Thank you for your reply. Too bad that this workaround has to be done each time there is an update.
It would be nice if this can be part of Tree Tabs itself so this feature can be available on all of the supported browsers if their API allows it.
For example, I've to use Firefox LTR at work but after Mozilla moved to Quantum, they dropped a lot of the useful tab features that once were possible. One of the reasons I use Vivaldi on my own computers.
-
I have just started using Vivaldi this week, and immediately loaded this extension. It generally works for me, but when trying to use Tree Tabs in a Private Window, Tree Tabs won't load. It says Aborted in the web panel for Tree Tabs. I have the Allow in Incognito mode option enabled. Are there any other options I need to configure to get it to work in a Private Window?
Thanks!
-
The active audio indicator appears on all tabs not just the one playing the audio since the most recent Vivaldi update (currently on 2.9.1675.11 (Official Build) (64-bit)).
-
Tree Tabs Web Panel not loads (white screen) after Vivaldi update 2.10.1745.21.
-
Tree-tabs can't install anymore, since vivaldi update from 2.9.x to 2.10.x.
functioned on Vivaldi Version 2.9 on Desktop Windows 10 x64. Even the copy and past URL for sidebar is not displayed in Tree-Tabs options.
Happy for solutions: 1. way to install on 2.10. or an adequate alternative for Tree-tabs (important: build automatik Tree structure (child-Tabs) from parent link. -
For Tree Tabs to work with Vivaldi 2.10+ , edit
"global.js"
and change line 2 to:let browserId = 'V';
-
@Ara78 Thank you
-
TreeTabs2 is available here.
-
Finally a useful tree tabs extension, and I can even style it black/orange like my Vivaldi
For now, I have just one inconvenience to report: The buttons to open/collapse a group are pretty small and thus difficult to click on. I made my own custom CSS file to make them larger (from 6x6px to 10x10px), which makes them much easier to click on. Instead of increasing the actual size of the buttons, one could also only increase the size of the clickable area, which could also be made to fill the whole available space around the button.
Also, for some reason tabs' titles are not vertically centered for me (using the largest tab size available in the options) and changing a tab's vertical-align doesn't seem to help (maybe because the tab title is higher than the tab itself). Adding a margin-top of -1.5px helped center the titles for me, but is a very hacky solution.
I also have suggestions for two new options that I would like to see (and already hacked together for myself) which might or might not be useful for others: a different hover color for the toolbar icons (e.g. using
.button:hover:not(.on) .button_img {background-color: var(--button_hover_icons, #808080);}
), and an option to disable close buttons altogether (I always close my tabs with the middle mouse button or ctrl+W, making the close button redundant and potentially harmful when misclicking).
PS: here's a screenshot of how it looks with my settings & changes (the pin button is hovered and thus orange):
how do you add lines behind the tabs please teach me?
-
Hello,
I have been using TreeTabs for years, but have never understood the themes. I decide to try to see clearly.
There is a complicated color configuration panel (Tabs Look), but I never knew how to use these colors, nor did I find help for that.
The TreeTabs pane always uses the default colors located at the top (white in general, light gray or bluish depending on the position of the pointer and for recently visited tabs).
Apparently I'm the only one in this case so I wonder if I missed an episode or if this coloring system is incompatible with my Mint Mate distribution. Or my case is more serious ...
Can you give me a common thread? Thank you. -
@ThomasMcA can you add support for linkclump, i want to open links with linkclump act as the children tabs of current tab.
-
Is it possible to add support to enlarge the font size of the groups from themes? It seems to me that it is fixed to 11px.
-
can someone reupload the extension, the author has removed it.
-
@hien4990
treetabs2-vivaldi-2.0.9.zip
https://yadi.sk/d/hoJ3b6o3ZQfSUQ -
anyone have error that cannot change color of this extension?
-
After updating to the latest version of V (3.3.2022.45) the extension fails to run.
Any ideas on how it could be fixed?
BTW, it's quite sad that V team breaks this plugin almost every release. -
@Hellaren
Just rollback to the previous version of Vivaldi. -
@Hellaren The answer to this is pretty simple...
#1
In the plugin folder, findglobal.js
#2
change line 4let browserId = navigator.userAgent.match('Opera|OPR') !== null ? 'O' : (navigator.userAgent.match('Firefox') !== null ? 'F' : 'V');
to this:
let browserId = "V";
#3
Reload Extension. Either restart browser, or remove web panel and add again, or in the extensions page click the reload icon. One or all of those should do the trickExplanation:
Something changed a few versions back about this function
navigator.userAgent.match
that is causing the error. If you force the extension to only work for Vivaldi it fixes the issue.I do not understand why this happens since if I ask the browser the same question in the console I get the correct outcome. It may have something to do with timing, and that when this variable is created the function is unavailable. But unclear.
All I know is this.
I had this issue months ago with TreeTabs, and I just had this issue with TreeTabs2 from the link above and I fixed it the same way.
-
@inanis, it did the trick!
I was even thinking about moving to Firefox (where treetab is supported) since it's pretty hard for me to work with a flat tab structure, but you saved me from itThanks a lot for your help!
-
I still hope for a native TST solution as well, but a while ago somewhere on the front page I was told by a few VV insiders that it was not going to happen because not enough people want it. So I guess we'll have to wait for another solution like this one...