https://github.com/superman66/logseq-plugin-url-md
Convert URL to Markdown links logseq plugin
https://github.com/superman66/logseq-plugin-url-md
logseq logseq-plugin
Last synced: 10 months ago
JSON representation
Convert URL to Markdown links logseq plugin
- Host: GitHub
- URL: https://github.com/superman66/logseq-plugin-url-md
- Owner: superman66
- License: mit
- Created: 2022-06-29T13:47:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T15:29:41.000Z (over 3 years ago)
- Last Synced: 2025-02-09T04:45:40.083Z (12 months ago)
- Topics: logseq, logseq-plugin
- Language: TypeScript
- Homepage:
- Size: 248 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
README
[](https://github.com/superman66/logseq-plugin-url-md/actions/workflows/main.yml)
> this plugin is not recommended. See this discussion: logseq/marketplace#213
# logseq-plugin-url-md
> A Plugin that help you to Convert URL to Markdown links when you paste a url in logseq.
This plugin will request from the URL and get the title(base on [preview-link-js](https://github.com/ospfranco/link-preview-js)) and convert to Markdown link format.
If your paste text is not a URL, it will not convert.
## Demo

## Features
- Convert URL to Markdown links in Logseq when you paste the link.
## How to use
You can search `logseq-plugin-url-md` in the logseq plugin marketplace.
## Development
```
// install deps
pnpm install
// build
pnpm run build
```