# Linkify An Obsidian plugin that automatically converts pasted URLs into Markdown links by fetching the page title. ## How it works When you paste a URL into the editor, the plugin: 1. Detects the pasted text is a URL 2. Fetches the page title from the URL 3. Inserts a formatted Markdown link: `[Page Title](https://example.com)` ## Installation ### From Community Plugins 1. Open Obsidian Settings → Community plugins 2. Disable Safe mode if prompted 3. Click **Browse** and search for **Linkify** 4. Click **Install**, then **Enable** ### Manual 1. Download `main.js` and `manifest.json` from the [latest release](../../releases/latest) 2. Place them in your vault at `.obsidian/plugins/linkify/` 3. Reload Obsidian and enable the plugin in Settings → Community plugins ## License MIT