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