Print Property Tag in Notecontent

Hy does anyone know a quick solution for… :wink:

I have set up some note properties and also used dataview for overview generation…
But for this issue, I’m trying to use some kind of “variable” to display the content of a property field of this same/special note! And to use it in the normal textflow.

It’s difficult to search for my “small approach” ;/

Inline queries might be what you are looking for. Enable inline queries in Dataview settings and use the following code:

---
exampleProperty: 'hi'
---

The value of `exampleProperty` is `=this.exampleProperty`.

Perfect thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.