What I’m trying to do
I am trying to create a template that takes the folders meta data and adds that to a note thats created under that folder.
However i don’t know if there is a way to create a variable inside of a note template.
The folder has the following meta data
---
Customername: CnP
type: customer folder
region: south east
salesdirector: Asdf
---
Note created within folder
---
title: 2023-06-22 Services Sync
type: meeting
presenters:
attendees: jared
region: south east --> would like this to be inherited from the folder above.
salesdirector: {{this.folder}} --> would like this to be inherited from the folder above.
---
Things I have tried
{{this.folder}} → i have been messing around with the options but can’t seem to nail down how to get these to populate from the folder above.
I don’t know if its possible - i haven’t found any documentation or examples of this being possible.