Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Link Title Plus

AbnerzhaoAbnerzhao173 downloads

将粘贴的 URL 转换为带标题和图标的链接。

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

中文说明

Link Title Plus converts a pasted HTTP(S) URL into a Markdown link with its page title and favicon.

Installation

After the plugin is approved, install and enable Link Title Plus from Settings -> Community plugins in Obsidian.

For manual installation, copy main.js, manifest.json, and styles.css into:

<Vault>/.obsidian/plugins/link-title-plus/

Then enable the plugin from Obsidian's Community plugins settings.

Usage

Paste a single HTTP(S) URL in a Markdown editor. The plugin replaces it with a Markdown link containing the page title. Website icons are enabled by default and can be disabled in the plugin settings.

Configure the display template and optional proxy in the plugin settings.

Features

  • Fetches Open Graph, Twitter, or HTML page titles.
  • Inlines favicons as data URLs to avoid hotlink-protection failures.
  • Falls back to the website name when metadata cannot be fetched.
  • Uses YouTube oEmbed instead of loading video watch pages.
  • Supports configurable display templates and HTTP, HTTPS, or SOCKS5 proxies.

Display Template

The default template is:

[{{display}}]({{url}})

{{display}} renders a 16px icon and title when a favicon is available, or a website name and title when it is not. When Show website icons automatically is disabled, it renders the page title followed by the website name. It does not repeat the website name when it is already part of the title.

Available placeholders:

Placeholder Value
{{title}} Page title
{{url}} Original URL
{{hostname}} Host name
{{siteName}} Website name
{{icon}} Inlined favicon data URL
{{description}} Page description
{{site}} A 16px icon when available; otherwise the website name. Disabling automatic icons always uses the website name.
{{display}} Icon or website name followed by the page title; when automatic icons are disabled, page title followed by website name

Examples:

[{{title}}]({{url}})
[{{siteName}} · {{title}}]({{url}})

Proxy

The proxy is used only for fetching page metadata. Leave it empty to use Obsidian's default network settings.

http://127.0.0.1:7890
socks5://127.0.0.1:1080
HealthExcellent
ReviewSatisfactory
About
Paste an HTTP(S) URL to automatically fetch the page title and favicon and generate a configurable Markdown link. Prefer Open Graph/Twitter titles with fallback to the page <title>, embed favicon as inline data to avoid hotlinking, use oEmbed for YouTube, and support HTTP/HTTPS/SOCKS5 proxies for metadata fetching.
LinksTemplatingImages
Details
Current version
0.1.5
Last updated
Last month
Created
2 months ago
Updates
6 releases
Downloads
173
Compatible with
Obsidian 1.5.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
AbnerzhaoAbnerzhaoabnerzhao
GitHubabnerzhao
  1. Community
  2. Plugins
  3. Links
  4. Link Title Plus

Related plugins

Leaflet

Interactive maps inside your notes.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Advanced URI

Control everything with URI.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

QuickAdd

Quickly add new notes or content to your vault.

Supercharged Links

Add attributes to internal links with the values of target note's frontmatter attributes.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Consistent Attachments and Links

Move note attachments and update links automatically.

Ink

Handwriting and drawing directly between paragraphs using a digital pen, stylus, or Apple pencil.