Skip to content
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

[Request] Add icons to bookmarks links #37

Open
smed79 opened this issue Sep 27, 2022 · 2 comments
Open

[Request] Add icons to bookmarks links #37

smed79 opened this issue Sep 27, 2022 · 2 comments
Labels
Type: Enhancement New feature or request

Comments

@smed79
Copy link

smed79 commented Sep 27, 2022

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.

@darekkay darekkay added the Type: Enhancement New feature or request label Sep 27, 2022
@franden
Copy link

franden commented Jul 4, 2023

@darekkay any chance that this feature will be implemented?

@darekkay
Copy link
Owner

darekkay commented Jul 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants