You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for LInkAce. I was looking for replacement for Google Bookmarks manager and LinkAce is right option for me.
I have almost 10k links stored in Google Bookmarks and every link has 4 or more tags. This results in 9 MB file GoogleBookmarks.html to import. Current setup imports all links, but only with one tag. Every other tags are ignored because of duplicit in other section with different name.
I've created short preprocessing function to aggregate tags to according links before storing to database. And everything is correctly imported to database.
I don't have skill enough (and don't know Laravel fw at all) to create pull request to modify behaviour or make some other option to import GoogleBookmarks in aggregated way.
Thank you for LInkAce. I was looking for replacement for Google Bookmarks manager and LinkAce is right option for me.
I have almost 10k links stored in Google Bookmarks and every link has 4 or more tags. This results in 9 MB file GoogleBookmarks.html to import. Current setup imports all links, but only with one tag. Every other tags are ignored because of duplicit in other section with different name.
I've created short preprocessing function to aggregate tags to according links before storing to database. And everything is correctly imported to database.
I don't have skill enough (and don't know Laravel fw at all) to create pull request to modify behaviour or make some other option to import GoogleBookmarks in aggregated way.
But I can share code snippet, which worked for me, to implement it in codebase if you want.
https://github.com/Kovah/LinkAce/blob/main/app/Actions/ImportHtmlBookmarks.php#L42
And modify exploding tags variable to don't explode it at all.
https://github.com/Kovah/LinkAce/blob/main/app/Actions/ImportHtmlBookmarks.php#L72
With this small modification I was able to import complete file from Google Bookmarks and migrade to LinkAce.
The text was updated successfully, but these errors were encountered: