https://github.com/paulkinlan/logseq-webpage-title
https://github.com/paulkinlan/logseq-webpage-title
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulkinlan/logseq-webpage-title
- Owner: PaulKinlan
- License: apache-2.0
- Created: 2022-05-02T19:52:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T03:16:34.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T19:18:07.859Z (about 1 month ago)
- Language: JavaScript
- Size: 3.74 MB
- Stars: 35
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

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