Ask HN: Bookmarking with _working_ full text search?
I'm a pinboard.in refuge and I'm still looking for a bookmarking search that performs _working_ full text search for bookmarks I've saved. I want to pay for a service that acts like a personal Google for everything I've bookmarked. I presume that would involve the bookmarking service to save/cache each page I've bookmarked - I'll leave that for the bookmarking service to figure out.
I thought I may have found that with raindrop.io, but searching for a single specific string of text (like 'wine' in a HN URL of people discussing the 'wine' emulator) does not seemingly work with Raindrop. It seems that unless the string is in the URL title or description, the Bookmark service fails/isn't actually performing a full text search of a previously bookmarked page.
18 comments
[ 5.0 ms ] story [ 54.0 ms ] threadPreserving privacy is nice when there's no compelling reason to sacrifice it. Does this really need to be a SaaS?
In Firefox, type *, space and then search terms; this searches bookmarks.
Also, in the Bookmarks -> Manage Boomarks menu there is a search box, for those who despise convenience.
There was a SaaS service for this called Recawl which required a browser plugin. memex.garden offered this as part of a SaaS but they dropped this feature. Browserparrot focuses on this, again as a SaaS, again with uncertain pricing. Diskernet does this fully-local, but the software is not free (and is only offered via subscription pricing). St. Clair Software's HistoryHound does full-text history search, but only on Mac; I suppose it's got a bigger featureset than the Safari tool, and it supports not-Safari browsers.
The field is littered with previous attempts to get this right.
https://github.com/fifteenthstandard/mdl
If you need a Web UI just get one of those analytics/BI freewares that works with Sqlite.
Browsers have bookmark searching; e.g. in Firefox use "* " (star space) before search terms to search bookmarks.
1. perfect support for 99% of websites, support import html, mhtml, webarchive.
2. full text search support、provide public api.
3. all functions are completely offline, no account registration, no credit card required, no information collected.
4. currently free in beta
5. support singlefile, singlefile can automatically save all pages viewed.
I always recommend Zotero as a local/online bookmark manager. It does full text search, but you have to "save page as snapshot" and set search to "everything", for it to work
I’m working on an open-source social bookmarking site in Elixir that is API compatible with delicious/pinboard.
It’s named linkhut and it’s currently able to import your bookmarks from pinboard and browser exports. The flagship instance is: https://ln.ht
I’m still working on the archiving and full text search feature. I’ve been experimenting with different approaches and there’s still a few things I want to explore before settling on a solution.
I get that this is not really useful to you as of now, but if you still haven’t found anything in a couple of months, think about checking it out I might just have launched that feature by then.