Hey all!
I just built a chrome extension that scrapes and indexes your bookmarks so you can search them later by the content of your saved pages rather than by the url or title of the bookmark you saved it under.
It's a pretty simple idea, and I'm not trying to shamelessly promote it; it's also open source, and I'm posting here in hopes of finding anyone interested enough in the idea to help me make it better.
If you're interested check it out here: https://github.com/nick-thompson/Foundit
The extension talks to a Node.js app hosted on Nodejitsu, which does all of the web scraping and builds an inverted index that the user later queries, and the rest of it is pretty simple client-side javascript.
Thanks! :)
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Well, if I'm reading the description correctly, chrome doesn't search the contents of the page afaik - just the url and title.