README file from
GithubLinkify
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