Of course, and I'm surprised many people don't. Chrome handles bookmarks well, automatically syncing them between different machines you are signed in on. I used to have them nicely organized into different folders but now it's a bit of a mess... It's especially useful to deal with tab explosion. Control+D and you can just save all your tabs in a single folder (and never look at them again.) The biggest problem is li…
> The biggest problem is linkrot. I am not using such service, but isn't there a way (i.e. addon) to generate a copy of the page you bookmarked in order to remedy to that kind of issue ?
Ask HN: Do you still use browser bookmarks?
341–350 of 458 posts
Re: Ask HN: Do you still use browser bookmarks?
#342Earlier quoted context omitted.
What would you like to seem improved in the bookmark manager? I'm currently working on the ability to rename the bookmarks inline in the tree instead of the input boxes on bottom in the Bookmark Manager (the one you get from Ctrl+Shift+B or Ctrl+Shift+O).
Searching tags, bookmarks, and bookmark comments by regular expressions would be awesome. It would be nice if I could, say, rename a tag. So, for example, if I had a tag named "map", I'd like to be able to rename it to "maps" and have all bookmarks with that tag updated. Same with deleting a tag from all the bookmarks that have it. I'd like to be able to: - see a list of all my tags, in various sort orders, and be ab…
Could you elaborate a little on that last point of yours? What will the markup be used for? Displaying the information when browsing bookmarks?
Re: Ask HN: Do you still use browser bookmarks?
#343Re: Ask HN: Do you still use browser bookmarks?
#344Also admin stuff like webhost control panel, bugtracker, iTunes Connect etc.
Arranged in favourites bar in folders by category.
Saved articles go in pinboard.in however.
Re: Ask HN: Do you still use browser bookmarks?
#345I use Safari's reading list extensively.
I also keep snippets of things I want to keep inside my emacs org-mode folder so it's instantly accessible.
Re: Ask HN: Do you still use browser bookmarks?
#346Re: Ask HN: Do you still use browser bookmarks?
#347Earlier quoted context omitted.
Here's part of that script you're talking about: wget --recursive --level=5 --convert-links --page-requisites --wait=1 --random-wait --timestamping --no-parent $1 Combine with something to parse out the Chrome bookmarks (it's XML, IIRC), and it wouldn't take too long to nail down.
Chrome has the option to export all bookmarks to an html file, which I think can be given as an input to wget. Now if I understand that correctly, won't it recursively download every web page and all it's links 5 levels deep? Because that could be quite enormous if there are just a few web pages with lots of links...
I use that for programming language documentation - for example I'll hit the root page of Python's standard library documentation, and get everything I need locally.
Re: Ask HN: Do you still use browser bookmarks?
#348Earlier quoted context omitted.
What would you like to seem improved in the bookmark manager? I'm currently working on the ability to rename the bookmarks inline in the tree instead of the input boxes on bottom in the Bookmark Manager (the one you get from Ctrl+Shift+B or Ctrl+Shift+O).
I would very much like to know the folder chain holding the bookmark. I can search for it, but I still can't find it. At least give me the parent folder.