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

Auto Card Link Enhanced

KreNtalKreNtal909 downloads

Automatically convert URLs into beautiful card-styled links with metadata, thumbnails and favicons.

Add to Obsidian
Auto Card Link Enhanced screenshot
  • Overview
  • Scorecard
  • Updates17
  • Automatically convert URLs into beautiful card-styled links with metadata, thumbnails and favicons.
  • Card-styled links are generated by code block which does not mess up your Markdown files unlike HTML tags!
  • Tailored handling for YouTube, Twitch, Reddit, GitHub, Wikipedia, Spotify and more.
  • Options for thumbnail quality, saving images locally, and multiple card styles.

Features

  • Paste a copied URL and enhance it into a card.
  • Enhance a selected URL into a card.
  • Right-click a card to refresh, delete, or add a line after it.
  • Hotkey support for pasting or enhancing a URL into a card.
  • Support for local images through internal links (image: "[[image.png]]").

Settings

  • Enhance the default paste action.
  • Add the commands to the right-click menu.
  • Save images and favicons locally (with configurable folders).
  • Choose the card style.
  • Show the thumbnail on the left or right of the card.
  • Choose thumbnail quality (best looking vs. max resolution).
  • Use an external service as a fallback for blocked sites (off by default).

Network use

This plugin needs internet access to fetch link metadata. To be transparent about what it sends and where:

  • By default, it fetches metadata directly from the site you are linking to (the same request your browser would make to load that page). Nothing is sent to any other third party.
  • Optionally, if you enable "Use external service for blocked sites" in the settings, the plugin will — only when a direct fetch fails — send the link's URL to the third-party service microlink.io to retrieve metadata from sites that block direct access (e.g. Cloudflare-protected pages). This setting is off by default, and no data is ever sent to microlink.io unless you turn it on.

[!IMPORTANT] No analytics, telemetry, or personal data are collected by this plugin.

Cardlink syntax

The code block cardlink uses YAML syntax for displaying card-styled link.

attributes

name required description
url true url to open when you click the link
title true title of the link
description false description of the link
host false host of the link
favicon false favicon of the link
image false thumbnail image to show in the card link
author false channel or author (if present)
duration false duration time for videos

example

```cardlink
url: https://obsidian.md/
title: "Obsidian - Sharpen your thinking"
description: "The free and flexible app for your private thoughts."
host: obsidian.md
favicon: https://obsidian.md/favicon.ico
image: https://obsidian.md/images/banner.png
```

Customizing Style

Card-styled link is styled by styles.css. To customize, you can try making CSS snippets.

For example:

.auto-card-link-author {
    display: none;
}

To hide the author.

Motivation

  • Wanted to show beautiful links in my notes
  • Didn't want to mess up my notes with HTML tags
  • Wanted to keep the original plugin updated (KreNtal)

Credits

This is a fork of the original obsidian-auto-card-link by Nekoshita Yuki.

Auto Card Link Enhanced maintained by KreNtal since 2026-05-04.

HealthExcellent
ReviewSatisfactory
About
Automatically generate beautiful card-styled links from URLs by fetching their metadata, thumbnails and favicons and converting them into a YAML `cardlink` code block that keeps your Markdown clean. It includes tailored handling for YouTube, Twitch, Reddit, GitHub, Wikipedia, Spotify and more, plus options for thumbnail quality, local image saving and multiple card styles.
LinksImages
Details
Current version
1.3.11
Last updated
6 days ago
Created
3 months ago
Updates
17 releases
Downloads
909
Compatible with
Obsidian 1.4.10+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
KreNtalKreNtalkrental
github.com/KreNtal
GitHubkrental
  1. Community
  2. Plugins
  3. Links
  4. Auto Card Link Enhanced

Related plugins

Leaflet

Interactive maps inside your notes.

Auto Card Link

Automatically fetches metadata from a URL and makes it as a card-styled link.

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.

Ink

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

Breadcrumbs

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

ExcaliBrain

An interactive, structured mind-map of your Obsidian vault.

Karpathy LLM Wiki

Karpathy's LLM Wiki implementation - multi-page knowledge generation with entity/concept pages and conversational query.

Featured Image

Automatically set a featured image property in your notes based on the first image.