static-marks
static-marks copied to clipboard
[Request] Add icons to bookmarks links
trafficstars
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.
| Before: | After: |
|---|---|
![]() |
![]() |
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.
@darekkay any chance that this feature will be implemented?
@franden I'm currently not planning to work on this feature anytime soon, but PRs are welcome.

