An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



[![Releases](https://github.com/superman66/logseq-plugin-url-md/actions/workflows/main.yml/badge.svg)](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

![demo](./logseq-plugin-url-md.gif)

## 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
```