I have tried searching for the answer to this (here and Google and YT), but I suspect (since I’m new) there’s something I just don’t know about.
I have a series of notes - for a book list. Each file(book) has the same metadata. I would like to display some of those metadata at the top of my note. My preference is to point to the metadata and retrieve that value. However, I am unable to to this.
I think I have everything I need, Dataview chief among them. All I know is that there is this functionality that just flatly does not work for me:
‘=this.metadata’
There is no ajaxy-behavior when I attempt to enter field info as I type. I’m rather stymied as I don’t know how to coax any of my notes into displaying metadata (outside of just globally turning the whole block on/off, which I know about, but do not want the behavior of).
That definitely shows all my metadata, but what if I only want to show some of my metadata. And I was hoping to put individual (chosen) values into a table and use that as my template.
I am sure I’m missing something… because I’m so new. Thanks very much for taking a crack at it.
If you copy and ‘paste and match style / paste as plain text’ (or whatever the wording is on a computer) the two lines below, you don’t get any output in live preview or reading mode?
`=this.file.name`
`=this.file.ctime`
EDIT
In your:
‘=this.metadata’
… are you actually using backticks? If not, that might be the issue.