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 linkrot. As a rough estimate 13% of links die every year, and it's quite possibly much higher than that. (https://www.gwern.net/Archiving%20URLs) Without the glorious web archive, bookmarks would be unusuable. And I wonder how many people know about web archive.. Youtube-dl may also be useful if you want to preserve music or videos (despite the name, it works on almost every site I've tried it on including audio sites.) Someday I intend to script something up to automatically scrape all my bookmarks and make a local copy, but it seems complex.
I do something similar. My bookmark bar looks like this:
GSuite, Hackernews, The Morning Paper, Google Docs, Customer Folders (wiki, ticketing systems, relevant documentation or whatever), Personal Folder (NAS, etc), My Company Folder (internal Things), Things to Read (stuff I bookmarked but haven't actually read yet)
I use separate Chrome profiles for personal/work, so things like bookmarks, history, etc. don't get mixed together. And if for whatever reason I need to quickly remove just my personal stuff from the machine (or work stuff), I just have to wipe out that one profile. I'm surprised more browsers haven't adopted profiles yet.
Very nice. I love the idea of integrating tab saving with bookmarks. OneTab is great, but it's easy to rack up a stupendous number of saved links, with really important ones lost in the accumulated junk.
I've bounced back and forth through a couple different approaches and tools. I have a ton of browser bookmarks in Chrome, many of which are old even after I did some cleanup work a while ago. Plus Instapaper. And, of course, a ton of saved tabs in OneTab. I've toyed with a couple of open-source tools like unmark and bookmarks.public (git-based, which sounds fun but is really just a couple extra steps removed from your browser), but never really found something that satisfied all of my needs.
Crestify has a tool to import bookmarks from Chrome. Happy to hear you found the tab saving useful :). Let me know what could make Crestify the ultimate bookmarking tool for you, always open to feature requests on GitHub too!
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...
It won't traverse across domains without an explicit argument, so it won't go too crazy. It also won't backtrack, so you won't end up with a complete copy of a blog if you've only bookmarked a single article. You can, of course, reduce the maxdepth to 1 pretty safely, if you don't think you'll need more than the specific bookmarked page.
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.
Instapaper offers a somewhat reduced pocket/pinboard premium experience for free since last November. Importing from pocket is very easy, I don't know about pinboard.
To avoid confusion: the premium level is the default level now...
I've read through the webstore link and the github page, and I'm clearly missing something. I don't see an option to save to folder via fuzzy search. In fact, I don't see options at all. I see a list of my bookmark folders with a search at the top. If I actually click on any of my bookmark folders then it just closes the menu.
It doesn't let me navigate through my folders, and it never opens anything.
Hello, Better Bookmark author here. This extension is not meant to open anything - it's only purpose is simplifying the process of adding new bookmarks. It basically displays a list of your bookmark folders (flattened), and lets you select which folder the bookmark should go to. If you click on a folder (or navigate using arrows and confirm with enter), it should close the menu, but the page should be bookmarked into this folder. If it doesn't do it, it's a bug :)
Youtube-dl is the best. I use a bash script I wrote to pipe the output into ffmpeg which saves a high quality version of the source and a web optimized webm version.
What a treat. Too bad the longer one where you explain it got taken down. Anyway, although highly skeptical about the product, I'll at least give you props for turning down the final offer on grounds of who offered it. Most wouldn't. I'd never do a deal with him if it was about public benefit. Plus, seeing all of them loose their shit (esp Cuban's faces) was hilarious. Thanks for the entertainment. :)
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 ?
You can just save the pages in MHTML format (so each page is a single file) and keep them in "read later" folders. Or you can use one of the services that saves pages online....
Holy smokes thank you for this link! I have been looking for a page archiver that would actually pull down ALL the files needed for a page and fix the relative links. All the others I have found simply ignore css includes like fonts or css images.
Another option is the Firefox "Print Edit" Addon. It allows you to remove any unwanted stuiff from the webpage and then save it as a single file (or print it). This will include all the CSS, Javascript and raster-images as base64 encoded data-urls. What you gain, in the end, is a single HTML (not MHT) page, that contains all the requisites and has crap removed (by you).
I use bookmarks a lot and I also like Chrome's handy way of managing bookmarks into folders. I just wish there were better keyboard shortcuts for creating bookmarks and automatically sending them to specific folders (e.g: Cmd + D + T will send it to 'Tech' folder).
Regarding linkrot, I think Pocket or Instapaper will solve that for your because they copy the underlying content from the page.
The biggest problem is linkrot. As a rough estimate 13% of links die every year, and it's quite possibly much higher than that. (https://www.gwern.net/Archiving%20URLs) Without the glorious web archive, bookmarks would be unusuable. And I wonder how many people know about web archive.. Youtube-dl may also be useful if you want to preserve music or videos (despite the name, it works on almost every site I've tried it on including audio sites.) Someday I intend to script something up to automatically scrape all my bookmarks and make a local copy, but it seems complex.