Conversation
Adds import of bookmarks in CSV format as provided by the Pocket exporter, https://getpocket.com/export
|
Hi, thanks for taking the time to add this feature.
|
|
Ping @nilshoerrmann |
|
I'll try to add the missing bits and pieces over the week. |
|
@Kovah I can confirm this worked fine for me to import my Pocket bookmarks 👍🏻 Thanks for putting in the work to save our bookmarks! @nilshoerrmann If you can find some time to merge this into the the main branch, it would be helpful for new users. Pocket is shutting down on October 8th 2025 - so all active users will be looking for an alternative in the near future. And thank you very much Nils for developing linkAce. It looks like a solid, fine solution that does enough and not too much, and all of that with the Laravel stack I like and know - just perfect! ❤️ |
|
PR must be rebased, I have no write rights on the branch. |
|
@Kovah I'm sorry but I cannot look into this anytime soon. @aaronmeder You mixed up the names: all the credit for LinkAce goes to @Kovah! 😄 |
In the past, we used Pocket to store bookmarks (previously called ReadItLater). This service is shutting down in July and we needed a simple way to import our archive to LinkAce. Pocket provides exports in CSV format at https://getpocket.com/export.
This pull requests adds support to LinkAce to process this CSV format.
I'm not very familiar with the LinkAce codebase so I'm sure this is not perfect but it worked reliably for us so I thought we might share our solution.
Example CSV
Very old data from Pocket might use the URL as title or contain extra whitespace in titles. These cases are handled as follows by this PR: