static-marks icon indicating copy to clipboard operation
static-marks copied to clipboard

[Request] Add icons to bookmarks links

Open smed79 opened this issue 3 years ago • 2 comments
trafficstars

Hi,

instead of the standard svg icon beside the link bookmark-svg

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 ico is more speaking than a text.

Before: After:
static-marks-before static-marks-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.

smed79 avatar Sep 27 '22 10:09 smed79

@darekkay any chance that this feature will be implemented?

franden avatar Jul 04 '23 08:07 franden

@franden I'm currently not planning to work on this feature anytime soon, but PRs are welcome.

darekkay avatar Jul 04 '23 16:07 darekkay