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

Add option for showing bookmark favicons #390

Merged
merged 12 commits into from
Jan 21, 2023
Merged

Add option for showing bookmark favicons #390

merged 12 commits into from
Jan 21, 2023

Conversation

sissbruecker
Copy link
Owner

@sissbruecker sissbruecker commented Jan 12, 2023

Adds an option that will automatically download and show favicons for bookmarks. The option is disabled by default.

Linkding itself does not contain any logic for detecting favicons, converting them into a consistent image format or providing them in a consistent size. Instead, it uses a favicon provider, which for a given URL returns the favicon for the URL. By default, linkding uses a Google service as favicon provider (example: https://t1.gstatic.com/faviconV2?url=https://github.com&client=SOCIAL&type=FAVICON). Users have the option to configure their own favicon provider.

Favicons are downloaded asynchronously in the background, which means it can take a while for them to show up. They are stored in the application's data folder so that they can be backed up. Icons are hosted as static files by linkding's application server.

Screens:

Bildschirmfoto 2023-01-12 um 22 55 05

Bildschirmfoto 2023-01-12 um 22 55 18

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

Successfully merging this pull request may close these issues.

1 participant