fulldotdev / ui

The Astro UI library to build content sites
https://ui.full.dev
MIT License
239 stars 12 forks source link

feat: Dynamic collection references #17

Closed silveltman closed 6 months ago

silveltman commented 6 months ago

Add custom syntax, for example $products.myproduct.title to make references to fields within collection. Could be used as follows in markdown:

---
heading: $products.myproduct.title
---

or

---
name: My Product Name
card:
  heading: $self.name
---