KreNtal909 downloadsAutomatically convert URLs into beautiful card-styled links with metadata, thumbnails and favicons.
image: "[[image.png]]").This plugin needs internet access to fetch link metadata. To be transparent about what it sends and where:
[!IMPORTANT] No analytics, telemetry, or personal data are collected by this plugin.
The code block cardlink uses YAML syntax for displaying card-styled link.
| 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 |
```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
```
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.
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.