0x7b1 / logseq-plugin-automatic-url-title

MIT License
50 stars 16 forks source link

Option to remove icon? #1

Closed notuntoward closed 1 year ago

notuntoward commented 1 year ago

Hi, this plugin works very well (*). Thanks.

I'd like it even more if it had an option to disable the display the icons next to the link. For me, they interrupt the reading flow, especially when I later edit the article text and the icon is still tere. Here's an example:

image

(*) The only place I've found so far where it fails is google news: https://news.google.com/topstories?hl=en-US&gl=US&ceid=US:en

0x7b1 commented 1 year ago

Hey! Thanks for trying it out and finding a case where the title fetching doesn't work. Seems like I'd have to workaround some cases. If you want to remove the icon then just override the variable on your logseq/custom.css file. Just like

:root {
  --favicons: none;
}