Auto Linkify

approved

by jiawei-hong

This plugin has not been manually reviewed by Obsidian staff. Automatically formats pasted URLs into Markdown links.

29 downloadsUpdated 1mo agoMIT

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
  2. Place them in your vault at .obsidian/plugins/linkify/
  3. Reload Obsidian and enable the plugin in Settings → Community plugins

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.