Ask HN: Do you use a bookmark manager?
As my browser bookmark folders get more and more messy I feel the need to migrate to a different solution. I'm looking for the ability to add brief comments/notes/tags to the links I save, to record metadata such as: where I found the link, what I thought about it and what it might be useful for.
56 comments
[ 0.23 ms ] story [ 128 ms ] threadhttps://pinboard.in
[1]: https://news.ycombinator.com/item?id=34062802
Is there a bookmark manager which integrates with Obsidian? I think it could be a great combination.
Take a look at these extensions https://news.ycombinator.com/item?id=34116117
> bookmark manager which integrates with Obsidian?
There is a raindrop plugin [1]. also, Zotero [2] could work as a bookmark manager.
[1] https://github.com/mtopping/obsidian-raindrop
[2] https://github.com/mgmeyers/obsidian-zotero-integration
I like that I don't have to organize anything. I just chuck it in there and let the system organize it for me.
Content discovery based on topics of interest works really well too.
[1] https://darekkay.com/static-marks/
I think the problem is I'm too used to remembering the magic incantations used to search for something I need somewhere.
While I'm not close done curating (the dead/expired/out-of-date links)... I needed to collect it all in one central place, and [linkding](https://github.com/sissbruecker/linkding) is fitting the bill quite nicely. I'm using the tags and description field to annonate and sort the mess of bookmarks. It has a simple to use rest API, uses SQLite, and you can import/export bookmarks using the Netscape bookmarks html format. Best of all, it's OSS you can self-host on a RaspberryPi or even for free on say fly.io.
RSS clients, read-later apps, and bookmark managers are all in the same category in my head. I have no idea why the companies who make the most successful app for one of them doesn't make apps for the others. It's exactly the same kind of person who needs all 3 apps.
A little pricey for my needs, but I love the concept and execution.
- Independent of the browser.
- Local (no cloud).
- When adding a new bookmark, a readable, entirely offline copy is stored (something like the SingleFile plugin). This is used as a fallback in case of link rot.
- Good tagging and organization tools.
Does anything like this exist?
Logseq: https://logseq.com can do all that except the third requirement which I think should be a separate software on its own. You could always make a feature request for that though
Offline copy is called a snapshot when using the zotero connector [1]
Tags and Hierarchies are both first class.
Technically it is not a bookmark manager. But it manages bookmarks (and much more) very well.
[1] https://github.com/zotero/zotero-connectors
hypothes.is does indeed annotate webpages (publicly and privately)
Zotero is really a "Database" of references. those references could be simple bookmarks.
The lasted version added to ability to annotate stored pdfs (but not webpages.)
1. 100% 0ffline
2. support selfhosted
3. singlefile supports saving pages directly to HamsterBase via webdav.
4. organization with tags.5. fulltext serach
* A spreadsheet
* A markdown file, stored in a git repository
The reason is many: I can organize it easier that way, there is no issue having 50 or 100 links in a note and I can write notes around them if I want.
Main itches I was trying to scratch:
* full text search
* no external dependencies
* optimised for self-hosting; simple to deploy and uses minimal resources
I will try to stick an animated gif up on GitHub soon.
So far I'm sticking with FireFox. When I update my bookmarks, I save them to a JSON file, and then export them to HTML, which I use with my other, non-FireFox browsers.
I also have created a sort of "table of contents" system that allows me to narrow in on similar bookmarks. It's too high-maintenance, but it helps
Example, weekly news links...
02-WEEKLY (heading only)
02-01-WEEKLY (folder containing bookmarks)
02-02-WEEKLY (folder containing bookmarks)
02-03-WEEKLY (folder containing bookmarks)
02-04-WEEKLY (folder containing bookmarks)
02-05-WEEKLY (folder containing bookmarks)
Each of these sections (which are folders) has a different slant: Basic news, Fluff, Food & Health, Science News, Computing News, and so on. Some other categories I have go much deeper, and if I need to revise them it's a major pain.
If eventually I need to do something else, I'll probably adopt or create something with Emacs org-mode.
Example: (I just found this, have no idea if it's actually relevant...) "org-mode for browser bookmarks" at https://www.reddit.com/r/emacs/comments/bshrg0/orgmode_for_b..., which points to "org-linkz" at https://github.com/p-kolacz/org-linkz
There is more along these lines at https://duckduckgo.com/?t=ffab&q=emacs+org+mode+browser+book...
- Graph based bookmark views where I can hover over nodes to see bookmarks of the same origin.
- Nodes may be clustered/coloured based on folder, however this might be a step too far/not specifically compatible once there are >n nodes.
- The graph would have some of directionality: - I have some ideas here, however this would require iteration to see what works and what doesn't. A quote from Jobs here seems poignant to me, someone fueled not be designing around users, but solving what is technically complex; "Start with the Customer Experience, then work back to the technology".
- Finally full text search over the store (probably using SingleFileZ) would be a must due to link-rot.1: https://9to5google.com/2022/05/04/what-are-chrome-journeys/