spyglass-search / spyglass

A personal search engine: Create a searchable library from your personal documents, interests, and more!
https://docs.spyglass.fyi
GNU Affero General Public License v3.0
2.54k stars 58 forks source link

Index browser history #510

Open vladwing opened 8 months ago

vladwing commented 8 months ago

Thank you for a great tool!

I would like to index the URLs in the browser history with Spyglass, but I wasn't able to find a way to do this currently. I'm happy to contribute this feature - I'm thinking there are 2 possible ways: as a feature in the webextension or as a plugin in the main repo.

Would you be interested in accepting a contribution for this? Do you have any suggestions on how to get started?

a5huynh commented 8 months ago

Hey @vladwing, this should be something easy to do as part of the webextension. You are able to queue up pages already through the exposed API. Let me know if you need any help getting things setup!