mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
use backticks to avoid 🧒 emoji
parent
88f5f9d82e
commit
6bd69ea013
@ -4,7 +4,7 @@ Example how this might be useful is `archived` label which hides its note from J
|
||||
|
||||
## Copying inheritance
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user