Import Browser History

Does anyone know of a process by which one can import their Firefox (or Chrome) browsing history into Obsidian?

What I’m trying to do is make it easier to find sites that I know I’ve visited but without having to jump into multiple apps. I use Zotero and Obsidian and have found a good way to make them work together but I’m missing a fairly large chunk of my browsing that would be handy to access without having to expressly clip items into Zotero or Obsidian.

This is a similar request to Internet Usage History.

1 Like

Unfortunately I don’t know of any readymade solutions. You could consider something like obsidian://show-plugin?id=obsidian-omnivore, but like Zotero it does not get everything, only the stuff you manually save.

A quick and dirty approach would be to first export the history to csv using something like this:

Then a Python script could convert the csv to Markdown. This is easy to develop but implies knowledge of the command line.

1 Like

Hi! I was also searching for a way to import Chrome history into the daily note, but I couldn’t find anything, so I decided to create it myself.

You can find the (really simple) extension here, and the code here. Let me know if you have any ideas for improvements!