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.01k stars 201 forks source link

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

Open Canadastartes opened 5 months ago

Canadastartes commented 5 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 5 months ago

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