Closed silveltman closed 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:
$products.myproduct.title
--- heading: $products.myproduct.title ---
or
--- name: My Product Name card: heading: $self.name ---
Add custom syntax, for example
$products.myproduct.title
to make references to fields within collection. Could be used as follows in markdown:or