Hello,
Things I have tried
I have a simple question that I cannot find an answer to. I’ve searched in the forum and in the documentation of Obsidian and in its dataview plugin.
What I’m trying to do
I would like to display the value of a variable that I defined in the frontmatter. I don’t want to create a list or a table, simply display it in the text.
I’ve tried all kind of synthax, but it doesn’t work.
Here is an example of what I would like to do:
Definition of the variable in the Front Matter:
---
testsw134p1u: 2
---
Different way to refer on it I’ve tried, but they don’t work:
{testsw134p1u}
{testsw134p1u.value}
this.testsw134p1u.value
Thank you for your help!