From cbceec93b353920f1187ef8b5f4b2903ff392029 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 15 May 2022 15:19:37 +0200 Subject: [PATCH] Updated Default note title (markdown) --- Default-note-title.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Default-note-title.md b/Default-note-title.md index 0ddcd62..0222d18 100644 --- a/Default-note-title.md +++ b/Default-note-title.md @@ -24,4 +24,6 @@ As an example, imagine you collect server outage incidents and write some notes. You can automatize the date assignment by assigning a label `#titleTemplate="${now.format('YYYY-MM-DD')}: " to the parent note "Incidents". Whenever a new child note is created, the title template is evaluated with the injected now object. -Second variable injected is parentNote, an example could be `#titleTemplate="${parentNote.getLabelValue('authorName')}'s literary works"`. \ No newline at end of file +Second variable injected is parentNote, an example could be `#titleTemplate="${parentNote.getLabelValue('authorName')}'s literary works"`. + +See also [[template]] which provides similar capabilities, including default note's content. \ No newline at end of file