-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Fetch bookmark icons automatically... #1338
Comments
I’m not exactly sure how we can do that. But I believe we could implement that. Although the favicons are usually 16x16 so it would look terrible when increased to your app icon. Can you send me a direct example of that ? |
That's why I said favicons used be used as a fallback; only if an You can easily cURL the bookmarked page, and then run a regex for the icons. |
Related with #1694 |
Moved to homarr-labs/homarr#2480 |
Description
When you input a URL for a bookmark, you have to manually assign an image for the icon.
It would be convenient if at first, the system fetched the source of that URL and looked for
<link rel="icon"
or<link rel="apple-touch-icon"
to find the default icon for that bookmark. If no icons are find, try to fetch/favicon.ico
automatically.Priority
Low (Nice-to-have)
The text was updated successfully, but these errors were encountered: