retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.09k stars 207 forks source link

Reference Link component: Automatically use the icon of the target #669

Open conanthedev opened 10 months ago

conanthedev commented 10 months ago

When using a reference link component, it automatically uses the label of the .md page as the link text. It would be very helpful if it could also automatically use the icon too.

With this getting-started.md:

---
icon: rocket
---
# Getting Started

A reference link specified like this:

[!ref](getting-started.md)

Would look like this:

image

geoffreymcgill commented 10 months ago

Very good idea. We should be able to get this working.