Auto Linkify

by jiawei-hong
5
4
3
2
1
Score: 35/100

Description

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

Reviews

No reviews yet.

Stats

stars
17
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

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