From 8c7e9941628a6156ba76baa034f6fbf83c73d182 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 8 Sep 2019 10:23:00 +0200 Subject: [PATCH] Updated Attribute inheritance (markdown) --- Attribute-inheritance.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Attribute-inheritance.md b/Attribute-inheritance.md index 99ca4aa..595cc5d 100644 --- a/Attribute-inheritance.md +++ b/Attribute-inheritance.md @@ -7,3 +7,7 @@ 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. + +## Template inheritance + +[[Attribute template|template]] could be also seen as a form of inheritance.