I really don't understand my Chrome-using colleagues who sit perpetually at single-icon-wide tabs and can never find the one they're looking for.
Tree Style Tabs
151–160 of 197 posts
Re: Tree Style Tabs
#152Earlier quoted context omitted.
There's a similar, though not quite as good, Chrome extension called Sidewise. Unfortunately Chrome itself is not as extensible as Firefox so there are issues in Sidewise, the most glaring being that the list of tabs appears in a separate window and Sidewise snaps its position and layout to match your Chrome window using some heuristics. All that said, just use Firefox. It's a much better experience and after Quantum…
Sidewise... I already tried it, and it is nothing more than a bad hack... I guess we'll never get that. Firefox has worse performance than Chrome and I don't trust Mozilla, so unfortunately using Firefox is not an option for me.
Re: Tree Style Tabs
#153I use TST extensively to manage hundreds of tabs, and it is a real joy. FWIW, these are the customizations that made TST much more usable for me: 1) Very importantly, hide the horizontal tab bar. You get some vertical screen space back, and you aren't distracted by two ways of showing the same tabs. You'll have to edit your userChrome.css (see e.g. http://kb.mozillazine.org/index.php?title=UserChrome.css&pri... for d…
~/.mozilla/firefox/*.default/chrome/userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* https://news.ycombinator.com/item?id=18836189 */
/* Hide tab bar in FF Quantum */
@-moz-document url("chrome://browser/content/browser.xul") {
#TabsToolbar {
visibility: collapse !important;
margin-bottom: 21px !important;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
visibility: collapse !important;
}
}Re: Tree Style Tabs
#154I've been using TST for many years and it's really the killer feature that keeps bringing me back to firefox. For those running on older machines who still like having a big tab hierarchy with stuff to check later, there's the "Auto Tab Discard" [1] extension which will discard older tabs from memory while keeping the tab itself, with optional exceptions for pinned tabs, tabs with filled forms, ... Unfortunately ther…
I use the mobile version [1] for this reason (and also because it works with JS disabled). It's as fast as it could get, and most of the useful features are available.
Re: Tree Style Tabs
#155Earlier quoted context omitted.
Sidewise... I already tried it, and it is nothing more than a bad hack... I guess we'll never get that. Firefox has worse performance than Chrome and I don't trust Mozilla, so unfortunately using Firefox is not an option for me.
What lead you to trust Google more than Mozilla or even put them in the same level of trustworthiness?
Re: Tree Style Tabs
#156https://addons.mozilla.org/en-US/firefox/addon/container-tab...
Re: Tree Style Tabs
#157Earlier quoted context omitted.
and I don't understand how people have more than about 10 tabs and stay sane. Do you people like... not use bookmarks at all? Heck, most of the sites I visit on anything like a regular basis I only need to type in the first letter or two and they auto-complete.
I don't use bookmarks. Tabs are for things I want to read today or at least as long as the browser session's open (could be multi-day, but all in a chain of thought). If I don't get round to them I let them die under the justification "couldn't have been important enough" rather than carry baggage. I have a personal wiki where I save links together with self-made notes and links/references associated with it. This pr…
Re: Tree Style Tabs
#158Earlier quoted context omitted.
and I don't understand how people have more than about 10 tabs and stay sane. Do you people like... not use bookmarks at all? Heck, most of the sites I visit on anything like a regular basis I only need to type in the first letter or two and they auto-complete.
Bookmarks are not a good UX. They're slow to load, unreliable (link rot), and a chore to keep organized. Bookmarks are an improvement over writing addresses down on paper or copying and pasting into a text file. That's about it.
Re: Tree Style Tabs
#159For folks using Chrome, check out Tabs Outliner if you like This Sort Of Thing™. I can't imagine using Chrome without it. https://chrome.google.com/webstore/detail/tabs-outliner/eggk...
Use the true original instead.
Re: Tree Style Tabs
#160I use TST extensively to manage hundreds of tabs, and it is a real joy. FWIW, these are the customizations that made TST much more usable for me: 1) Very importantly, hide the horizontal tab bar. You get some vertical screen space back, and you aren't distracted by two ways of showing the same tabs. You'll have to edit your userChrome.css (see e.g. http://kb.mozillazine.org/index.php?title=UserChrome.css&pri... for d…
I wonder if anyone might have a hint on how I could create a certain behavior for TST. Generally, I want the TST sidebar to be full width (~250 px) so I can read all the open tabs at once. But when I have several windows open on my screen, the TST bar can take up too much of the window and reduces usability. I'd like to have the TST sidebar to auto-collapse (so it expands on mouse-over) when the firefox window is les…