This would really help the "tab collecters" (like me, who had to close 78 tabs some weeks ago).
Coming to Chrome: a new way to use tabs
101–110 of 392 posts
Re: Coming to Chrome: a new way to use tabs
#102Neat, and works well for the toy example with 4 tabs open. I don't really think it would work as well for the "tab collectors" as they think. They seem to be aware of this too, since none of the screenshots in the post have anywhere near what I would consider a significant amount of tabs open. I use the tree style tab extension on Firefox[0], which I cannot live without. Horizontal tabs become useless after about 15…
Shameless plug. I made the ContainerTabsSidebar firefox addon[0], which is inspired by the TST. It groups tabs based on firefox privacy containers, which means every container has an isolated cookie store. I'm a tab hoarder and developed it to work for such "use-case". It's very similar to the groups presented, but displays tabs vertically. [0]: https://addons.mozilla.org/en-US/firefox/addon/container-tab...
I'm going to try out your thing.
Re: Coming to Chrome: a new way to use tabs
#103Why doesn't my down arrow key work on this page?
blog.google breaks it, as has been noted before: https://news.ycombinator.com/item?id=22949003
{key:"onKeyDown",value:function(t){var e=t.preventDefault;this.isToggle(document.activeElement)?(e(),!this.header.isKebabOpen&&this.header.openKebab(),this.getFirstLink().focus()):this.isLastLink(document.activeElement)?this.isLastLink(document.activeElement)&&e():(e(),this.focusNextLink())}}
There's a logic error in the nested ternaries: event.preventDefault() is called in every branch.Fixed:
{key:"onKeyDown",value:function(t){var e=t.preventDefault;this.isToggle(document.activeElement)?(e(),!this.header.isKebabOpen&&this.header.openKebab(),this.getFirstLink().focus()):this.isLink(document.activeElement)&&(e(),!this.isLastLink(document.activeElement)&&this.focusNextLink())}}Re: Coming to Chrome: a new way to use tabs
#104What I find hilarious about tabs is that it’s basically a full reimplementation of a multitasking interface within a MDI (Multiple Document In Window) context: we came up with windows for different applications and for different documents within that application, and then for the browser we went back and revised the conventional wisdom.
1997 - tabs first appeared in SimulBrowse
2000 - Opera 4 added tabs
2005 - Opera 8 removed MDI
They tried, maybe MDI is not that good.
Re: Coming to Chrome: a new way to use tabs
#105[1]https://www.practicalecommerce.com/Opera-11-Launches-Tab-Sta...
Re: Coming to Chrome: a new way to use tabs
#106Neat, and works well for the toy example with 4 tabs open. I don't really think it would work as well for the "tab collectors" as they think. They seem to be aware of this too, since none of the screenshots in the post have anywhere near what I would consider a significant amount of tabs open. I use the tree style tab extension on Firefox[0], which I cannot live without. Horizontal tabs become useless after about 15…
Shameless plug. I made the ContainerTabsSidebar firefox addon[0], which is inspired by the TST. It groups tabs based on firefox privacy containers, which means every container has an isolated cookie store. I'm a tab hoarder and developed it to work for such "use-case". It's very similar to the groups presented, but displays tabs vertically. [0]: https://addons.mozilla.org/en-US/firefox/addon/container-tab...
Re: Coming to Chrome: a new way to use tabs
#107Neat, and works well for the toy example with 4 tabs open. I don't really think it would work as well for the "tab collectors" as they think. They seem to be aware of this too, since none of the screenshots in the post have anywhere near what I would consider a significant amount of tabs open. I use the tree style tab extension on Firefox[0], which I cannot live without. Horizontal tabs become useless after about 15…
Shameless plug. I made the ContainerTabsSidebar firefox addon[0], which is inspired by the TST. It groups tabs based on firefox privacy containers, which means every container has an isolated cookie store. I'm a tab hoarder and developed it to work for such "use-case". It's very similar to the groups presented, but displays tabs vertically. [0]: https://addons.mozilla.org/en-US/firefox/addon/container-tab...
I recently switched from an unmaintained tabs sidebar to 'Sidebery' which is quite nice in an 'overriding UI like it's made by Adobe' sort of way, which has got me using trees, and even tried containers (since unlike previous one it supports changing them and shows a coloured dot for which a tab is in) but I don't think it's gaining me anything.
Re: Coming to Chrome: a new way to use tabs
#108> tab collectors who have...significantly more Guilty as charged. I have a hard time saying goodbye to some of those tabs sometimes. Tab minimalists react in horror. Meh -- they're missing out. > Now, with a simple right click, you can group your tabs together and label them with a custom name and color. I'm afraid that this might just free enough pixels to allow me to collect yet more tabs. ;)
Re: Coming to Chrome: a new way to use tabs
#109As it is sometimes alt tab works, some times it doesn't. It all depends on what the last few things I did were and is therefore infuriatingly inconsistent.
I tried "Witch" on MacOS to fix this but it's got its own set of issues since it's having to hack around to do its job.