mirror of
https://github.com/zadam/trilium.git
synced 2024-12-26 17:21:23 +08:00
Updated Attribute inheritance (markdown)
parent
1fe667ecf4
commit
9019afc0d0
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ Example how this might be useful is `archived` label which hides its note from J
|
|||
|
||||
Different kind of inheritance is achieved using "child:" attribute name prefix. If we create a child note in a note with "child:exampleAttribute" attribute, then child note will have "exampleAttribute" created. This can be even chained, e.g. "child:child:exampleAttribute", in this case "exampleAttribute" will be created in the child of the child.
|
||||
|
||||
Which kind of attribute inheritance (or if any at all) should be used depends on specific use case.
|
||||
Which kind of attribute inheritance (or if any at all) should be used depends on specific use case.
|
Loading…
Reference in a new issue