Using inline metadata with Templater

What I’m trying to do

I want to be able to insert a value from my inline metadata (example: “status:: done”) into a Templater script.

This works (as Templater documents) when I insert the metadata into the front matter and use <% tp.frontmatter.status %>. This does’t for for inline metadata.

Just wondering if there is a way to access inline variables are part of a Templater script?

thanks!

Hi. My knowledge of Templater is almost zero. So, I can’t help your directly. But you can use a dataview inline query:

`=this.status`

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