08-26-2024, 12:59 PM
(08-17-2024, 05:13 PM)Admini Wrote: OK, we will look into this feature.Hi, is there any possibility to add custom icons to bookmarks? can you add such a possibility?
now the bookmark icon has an star, but the kill command does not have an icon https://i.imgur.com/sKi8PG8.png
as I understand now they are registered at the stage of compilation in the source code, can you make it so that it is possible to add icons yourself? let's say that the icon is read from the bookmark file, and in the bookmark file in json there is a line with an icon
for example, Vivaldi has thumbnails for the express panel in the bookmarks
Code:
{
"date_added": "13351257288045234",
"date_last_used": "0",
"guid": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
"id": "19",
"meta_info": {
"Partner": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
"Thumbnail": "/resources/sd_thumbnails/sd_ebay.png"
},
"name": "eBay",
"type": "url",
"url": "https://vivaldi.com/bk/ebay-ru-bk"
}