Skip to content

superman66/logseq-plugin-url-md

Repository files navigation

Releases

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) and convert to Markdown link format. If your paste text is not a URL, it will not convert.

Demo

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