We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
instead of the standard svg icon beside the link
I would like to have (as other users) the ability to change it to a local or remote icon file.
That would help a lot as an icon is more speaking than a text.
Suggestion of formating
Collection: - Bucket: - url: https://example.com/ - ico: example.png
or (google favicon api)
Collection: - Bucket: - url: https://example.com/ - ico: https://www.google.com/s2/favicons?domain=${domain}&sz=${size}
or (base64)
Collection: - Bucket: - url: https://example.com/ - ico: data:image/png;base64,...
Anything that works is welcome.
// update
Here https://github.com/maximtrp/tab a lite similar project by @maximtrp with icons integration capability.
The text was updated successfully, but these errors were encountered:
@darekkay any chance that this feature will be implemented?
Sorry, something went wrong.
@franden I'm currently not planning to work on this feature anytime soon, but PRs are welcome.
No branches or pull requests
Hi,
instead of the standard svg icon beside the link
I would like to have (as other users) the ability to change it to a local or remote icon file.
That would help a lot as an icon is more speaking than a text.
Suggestion of formating
or (google favicon api)
or (base64)
Anything that works is welcome.
// update
Here https://github.com/maximtrp/tab a lite similar project by @maximtrp with icons integration capability.
The text was updated successfully, but these errors were encountered: