How to promoted label only for children #3286
Answered
by
zadam
shirobachi
asked this question in
Q&A
-
Hello, I would like to make a promoted label, but only for children of the note, not the note itself. Is there a way to do it? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
zadam
Nov 3, 2022
Replies: 1 comment 6 replies
-
You might also consider pattern to create a template with the promoted attributes and then create |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
shirobachi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
child:
should do what you want, but this is a "copy inheritance" - these attributes are copied when a new note is created under the given parent.You might also consider pattern to create a template with the promoted attributes and then create
~child:template=[your template]
.