Live data from Hacker News

Ask HN: Why are bookmarks second class citizens in browsers?

news.ycombinator.com

1–10 of 270 posts

Ask HN: Why are bookmarks second class citizens in browsers?

#1
so much of my time is spent in chrome tabs / windows / and searches. someone's average chrome tab count is a badge of honor / horror. Chrome now hides the bookmark bar by default. you can create tab groups for a session, or pin them so that they consume all your bandwidth and memory next time you open your session.

But that's not what i want.

i want rich bookmark behavior.

i want to be able to quickly load common favorite news sites & blogs.

or load a window with all my productivity SaaS sites.

or pick up where i left off on a research rabbit hole.

and i want it to be intuitive, efficient, and a prominent UX feature set.

i'm not alone right?

Re: Ask HN: Why are bookmarks second class citizens in browsers?

#5
post #2

You are not alone. I found raindrop that meets my needs.

cool i'll check out raindrop, thanks for the tip!

but i just wish there were some talented engineering teams at the leading browser creators (cough couch google, mozilla, MS, apple, etc) that would integrate this as a first class feature. a design goal, not a supported extension.

Re: Ask HN: Why are bookmarks second class citizens in browsers?

#6
I fondly remember using Delicious extensively for my bookmarking need in 2000s [1].

Now I just print to PDF any websites to bookmark into relevants folder of my local cloud drive and sync them automatically so I can access them later from any of my devices.

I think seamless bookmark is a simple case study of local-first software and that it can be a killer application for it [2].

[1]https://en.wikipedia.org/wiki/Delicious_(website)

[2]https://www.inkandswitch.com/local-first/

Re: Ask HN: Why are bookmarks second class citizens in browsers?

#9
My go to solution for bookmarking is https://github.com/sienori/Tab-Session-Manager

(Available for Firefox https://addons.mozilla.org/en-US/firefox/addon/tab-session-m... and Chrome https://chrome.google.com/webstore/detail/tab-session-manage...)

It understands whether a bookmark should be opened as a pinned tab, and the tree structure of tabs saved together as a window if you use tree style tabs (in Firefox). It also saves the history of the tab, so going back on history works

It can even open the tab session window in a tab instead of the small tooltip, by clicking on the expand button in the corner. For me this is a killer feature

The only issue is that it is oriented towards saving whole windows (or even whole sessions) rather than a single tab. There is UI for saving just a tab at once but it's a bit hidden. But for your intended use cases, its workflow is perfect

> i want to be able to quickly load common favorite news sites & blogs.

> or load a window with all my productivity SaaS sites.

Saving a whole window at once is much better for this

> or pick up where i left off on a research rabbit hole.

Saving whole windows at time is much better for restoring your working memory, specially if you use tree style tabs.

Anyway the author has a patreon https://www.patreon.com/sienori (no affiliation, I'm just a fan/user)

Re: Ask HN: Why are bookmarks second class citizens in browsers?

#10
You can already do all the things you ask for, in Chrome.

Control+shift+B is the shortcut to hide/unhide the bookmark bar. If you unhide it, it remains visible, even next time you restart chrome. You can create bookmark folders. Then right click on the folder -> "Open all" or "Open all in new window". Etc. It's intuitive, efficient, and prominent ("Open all" is literally the FIRST item in the right-click context menu on a bookmark folder).

Post reply on HN