-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Use favicons for standard links instead of default linkace icon #302
Comments
@Kovah any change to add ability to choose a image (png/ico) for link/list/tag? I use the bookmark without text on chrome to create a "fast panel" and with this I can migrate all my bookmarks and create also groups using lists or tags: |
A sample: https://webcrate.app/docs/crates |
I will have a look if this is easy to implement. If not, I have to push it into the future. |
Thanks a lot @Kovah, do you use HomeAssistant? The ideia of using mdi:* icons maybe work as well, this can be usefull for list/tags. |
Yes I'm using Home Assistant. What do you mean with mdi icons? |
Home assistant use icons and maybe can be a alternative for custom icon in list/tags/etc |
Ah alright! That would probably mean to include a whole set of icons instead of having dedicated ones. Will keep this as an idea for v2. |
Yes, a custom icon is much better for my personal point of view, but another way is using a set of icons like home assistant do, for list/tags the set of icons sounds a better choice. For private domain for instance a custom bookmarks maybe works better. |
Is your feature request related to a problem? Please describe.
Default icon is used for standard links, when favicons could be used.
Describe the solution you'd like
Fetch favicons (if present) from sites, and use linkace's default icon as fallback (currently only this icon is used for standard links).
Describe alternatives you've considered
Additional context
Favicons make it easier to identify stuff and using the same icon for links makes them harder to tell apart. Even though tags can be used to tell links apart, images are easier to remember.
The text was updated successfully, but these errors were encountered: