Home

Awesome

Auto Card Link

<p align="center"> <img src="demo.gif"> </p>

Feature

cardlink syntax

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

attributes

namerequireddescription
urltrueurl to open when you click the link
titletruetitle of the link
descriptionfalsedescription of the link
hostfalsehost of the link
faviconfalsefavicon of the link
imagefalsethumbnail 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