How to show a select frontmatter variable and its values inline? #1264
Unanswered
brightonjack
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I just answered part of my question by accident. In the above example, if I type Is it possible to show them in an unordered list? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I extensively use the following code blocks in my templates:
I also know dataview has
file.frontmatter
implicit field, which shows all frontmatter values when added to the page as= this.file.frontmatter
.However, I would like to show the values of some frontmatter in my pages. Is there a way I can do that? For example, if my frontmatter had:
How can I show just the values of
projectPeople
in an array, or in a list format?Beta Was this translation helpful? Give feedback.
All reactions