How can I set a default YYYYMMDDHHMMSS file name when I create a note?
or, can I just make the ID the filename? I cannot reference the id in a template on Note create as (I assume) it does not exist
I have created a template with yaml frontmatter
---
id: $id$
title: $title$
date: $$dd/MM/YY$$
author: me
tags:
keywords:
---