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

nekoshitanekoshita74k downloads

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

Add to Obsidian
  • Overview
  • Scorecard
  • Updates12
  • Automatically fetches metadata from a url and makes it as a card-styled link.
  • Card-styled link is generated by code block which does not mess up your Markdown files unlike HTML tags!

Feature

  • Paste and enhance copied url
  • Enhance selected url
  • Setting for enhancing default paste
  • Support for local images through internal links (image: "[[image.png]]")

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

example

​```cardlink
url: https://obsidian.md/
title: "Obsidian"
description: "Obsidian: A knowledge base that works on local Markdown files."
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.

Motivation

  • Wanted to show beautiful links in my notes
  • Didn't want to mess up my notes with HTML tags
HealthFair
ReviewCaution
About
Fetch metadata from URLs and generate Markdown-safe, card-styled links as YAML code blocks so notes stay free of HTML. Convert pasted or selected URLs into card links, include local images via Obsidian internal links, and style cards with separate CSS snippets.
LinksCSSImages
Details
Current version
1.2.3
Last updated
2 years ago
Created
4 years ago
Updates
12 releases
Downloads
74k
Compatible with
Obsidian 0.12.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
nekoshitanekoshita
github.com/nekoshita
GitHubnekoshita
  1. Community
  2. Plugins
  3. Links
  4. Auto Card Link

Related plugins

Leaflet

Interactive maps inside your notes.

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.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Breadcrumbs

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

Admonition

Admonition block-styled content.

Style Settings

Adjust theme, plugin, and snippet CSS variables.

Consistent Attachments and Links

Move note attachments and update links automatically.

ExcaliBrain

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

Link Favicons

See the favicon for a linked website.

CSS Editor

Edit CSS snippet files.