How to create a title template for subnotes of a subnote? #5953
-
Suppose I want to implement the note naming method used in "Journal" of demo. The title labels are as follows:
How can I write these three title labels in the root note or template of this note without adding the |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
I have temporarily found a solution:
Define the As you can see, this is quite troublesome... I hope someone can suggest a simpler way. |
Beta Was this translation helpful? Give feedback.
-
From the doc, you can pass labels to children in the same way as templates, but... Since they are labels, the So in your case, just put the following in your Journal-like root:
|
Beta Was this translation helpful? Give feedback.
From the doc, you can pass labels to children in the same way as templates, but...
Since they are labels, the
child
keyword is prefixed with#
and not~
. The use of~
is necessary for a template, because a template is a note itself.So in your case, just put the following in your Journal-like root: