From 9019afc0d0467bd80709b0ca3c0db6f4e4cf2c48 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 13 May 2019 09:43:47 +0200 Subject: [PATCH] Updated Attribute inheritance (markdown) --- Attribute inheritance.md => Attribute-inheritance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Attribute inheritance.md => Attribute-inheritance.md (95%) diff --git a/Attribute inheritance.md b/Attribute-inheritance.md similarity index 95% rename from Attribute inheritance.md rename to Attribute-inheritance.md index 77bca71..99ca4aa 100644 --- a/Attribute inheritance.md +++ b/Attribute-inheritance.md @@ -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. \ No newline at end of file +Which kind of attribute inheritance (or if any at all) should be used depends on specific use case.