Migrating from pinboard.in

I have about huge number of bookmarks bookmarks saved in Pinboard. I’d like to migrate these to Logseq. I have a few ideas on how to do this, and how to structure things, but I’d love to hear from anyone who has done a similar migration, or is thinking about it.

2 Likes

Did you do this already? I’d love to hear you did you go about it. Just planning the same.

This is what the JSON exported from Pinboard looks like:

{"href":"https:\/\/github.com\/billxbf\/ReWOO","description":"GitHub - billxbf\/ReWOO: Decoupling Reasoning from Observations for Efficient Augmented Language Models","extended":"","meta":"cf3476b3348e512abfef053581050a79","hash":"ee57cb806b4b1a02c853cfa8ed7c91a6","time":"2023-06-07T03:39:05Z","shared":"yes","toread":"no","tags":"ai gpt llm"},

I wrote a small Ruby library for this: GitHub - andyw8/pinboard_logseq: Migrate bookmarks from Pinboard to Logseq

1 Like