Does anyone know of a way to loop through a note’s Frontmatter to create blocks.
What I’m trying to do
For Example, for the following Frontmatter:
things:
- Property: Value
Property: Value
Property: Value
Property: Value
Property: Value
Text: Object boilerplate text goes here.
- Property: Value
Property: Value
Property: Value
Property: Value
Property: Value
Text: Object boilerplate text goes here.
I would like to have the following created in the note automatically:
Things I have tried
I’ve tried searching online and on this forum with no luck.