Hello all,
I am trying to create a template for a markdown note with a YAML header that I would like to partially populate using DT place holders for some items (date etc), and manually for others.
Unfortunately, when I create a note using this template, I can only see a pretty ugly version with only the last elements of the header and the place holders are not used by DT.
I am new to YAML and MD and to automatisation in DT, and am doing something stupid surely, and I would like your help.
My template called templateMD-YAML.md in the Templates.noindex folder contains the following header :
`—
id: Z%Year%%Month%%Day%%Hour%%Minute%%Second%
title:
author: %Predefined Author%
keywords:
- kw1
- kw2
`…
(Note: backticks are not in the template but if I do not put them here, the YAML marker is deleted by this interface)