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

MIT License
50 stars 16 forks source link

Broken favicon due to interaction with Agenda pluging #13

Open andremann opened 1 year ago

andremann commented 1 year ago

The Agenda plugin (https://github.com/haydenull/logseq-plugin-agenda) offers a Pomodoro timer that renders a badge at the end of the tracking.

Since the block looks like this [🍅 1min](#agenda-pomo://?t=p-1666074628585-4), your plugin tries to render a favicon for the URI and fails fetching it.

195817449-e65f410e-da5a-4e56-9c5b-ce6431c813de
andremann commented 1 year ago

Maybe the problem is in the faviconObserver assuming it is right to fetch a favicon for every URL in (...), which is not in the case above.