pomali / logseq-plugin-automatic-url-title

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logseq Plugin Automatic URL title

⚠️ This is my personal fork of this plugin, feel free to use it but I don't guarantee anything. :)

Automatically fetches the title of a website and wraps it into markdown link format. Also, renders the favicon of the url next to it.

demo

To disable the favicon, override the --favicons variable.

:root {
  --favicons: none;
}

Credits

License

MIT License

About

License:MIT License


Languages

Language:TypeScript 95.5%Language:HTML 4.5%