Auto Linkify
approvedby 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:
- Detects the pasted text is a URL
- Fetches the page title from the URL
- Inserts a formatted Markdown link:
[Page Title](https://example.com)
Installation
From Community Plugins
- Open Obsidian Settings → Community plugins
- Disable Safe mode if prompted
- Click Browse and search for Linkify
- Click Install, then Enable
Manual
- Download
main.jsandmanifest.jsonfrom the latest release - Place them in your vault at
.obsidian/plugins/linkify/ - 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.