Skip to content
Discussion options

You must be logged in to vote

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:

#titleTemplate="${now.format('YYYY')}" #child:titleTemplate="${now.format('MM')} - ${now.format('MMMM')}" #child:child:titleTemplate="${now.format('DD')} - ${now.format('dddd')}" 

Replies: 0 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@miraanohana
Comment options

Answer selected by miraanohana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants