PaulKinlan / logseq-webpage-title

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Webpage title

This logseq plugin will extract the title of a web page and wrap the URL in markdown syntax to make it a little easier to read.

Simply type /title in the block and it will find the first link after the command and wrap it.

For example:

  • https://paul.kinlan.me/ contains some really great info /title check out https://paul.kinlan.me/missing-the-trajectory/ it will output https://paul.kinlan.me/ contains some really great info check out [Missing the trajectory](https://paul.kinlan.me/missing-the-trajectory/). Note it only adds after /title and not for the link at the start.

Demo

Limitations

  • It operates cookieless so can't access any pages that would be behind a login or paywall.

About

License:Apache License 2.0


Languages

Language:JavaScript 93.9%Language:HTML 3.4%Language:CSS 2.1%Language:Shell 0.6%