Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image URLs not restored/imported for Base64 encoded images #147

Open
CellsReinvent opened this issue Feb 17, 2023 · 1 comment
Open

Image URLs not restored/imported for Base64 encoded images #147

CellsReinvent opened this issue Feb 17, 2023 · 1 comment

Comments

@CellsReinvent
Copy link

I use base64 text for thumbnails in my config. When I backup the config in FF and restore it Edge or Chrome, the Thumbnail URLs are blank. Some things are restored, like custom theme. The Thumbnail information is definitely in the export json file, but they not restored on import.

@tborychowski
Copy link
Member

this is by design (unfortunately).
in the exported file, the images are associated with IDs of the bookmarks, but if you import them in another browser, the IDs will be overwritten, and hence - the association will be lost.

I tried using another field (like url) to associate the exported thumbs with their bookmarks, but that had other issues (can't remember now what it was).

I suppose a proper way would be to write some sort of a smart matcher, but unfortunately, I have neither time nor motivation to do that :-|
(out of ~1000 daily users, yours is the first request for this).
It would also have to be an option (e.g. export thumbs by bookmark ID or URL), so that the current functionality remains as default.

Maybe someday :-)
(unless you or someone else will make a PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants