Paste link with title

by haradaiko100
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Automatically converts pasted URLs to reference-style markdown links with page titles.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

An Obsidian plugin that automatically converts pasted URLs into reference-style markdown links with page titles.

Features

  • Automatic URL Conversion: When you paste a URL, it automatically fetches the page title and converts it to a reference-style markdown link
  • Manual Conversion Command: Convert selected URLs using the command palette
  • Customizable Settings: Configure auto-conversion behavior and placeholder text

auto link converter usage example

Usage

Automatic Conversion (Paste)

  1. Copy text containing a URL (or URLs) to your clipboard
  2. Paste it into your note (Ctrl/Cmd + V)
  3. The plugin will automatically:
    • Fetch the page title
    • Convert the URL to a reference-style link

Manual Conversion (Command)

  1. Select one or more URLs in your note
  2. Open the command palette (Ctrl/Cmd + P)
  3. Run "Auto Link Converter: Convert selected links"
  4. Selected URLs will be converted to reference-style links

Settings

  • Enable auto-conversion: Whether to automatically convert pasted URLs to reference-style links
  • Placeholder text: The text to display when the title cannot be fetched from the URL (default: "Untitled")